Color Hex Logo

#c06163 Color Hex

#C06163
(192,97,99)
0 Favorites   0 Comments

Color spaces of #c06163

RGB 1929799
HSL1.000.430.57
HSV359°49°75°
CMYK 0.000.490.48   0.25
XYZ28.265120.656714.3018
Yxy20.65670.44710.3267
Hunter Lab45.449631.472113.1578
CIE-Lab52.571738.171616.5616

#c06163 color RGB value is (192,97,99).

#c06163 hex color red value is 192, green value is 97 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #c06163 hue: 1.00 , saturation: 0.43 and the lightness value of c06163 is 0.57.

The process color (four color CMYK) of #c06163 color hex is 0.00, 0.49, 0.48, 0.25. Web safe color of #c06163 is #cc6666. Color #c06163 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100001 01100011
Octal 300 141 143
Decimal 192 97 99
Hex C0 61 63

RGB Percentages of Color #c06163

%49.48
%25.00
%25.52

CMYK Percentages of Color #c06163

%0
%49
%48
%25

Triadic Colors of #c06163

#c06163 #63c061 #6163c0

Analogous Colors of #c06163

#c06163 #c08f61 #c06193

Monochromatic Colors of #c06163

#c06163

Complementary Color

#c06163 #61c0be

#c06163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06163 Color CSS Codes

.mybgcolor {background-color:#c06163; } 
.myforecolor {color:#c06163; }
.mybordercolor {border:3px solid #c06163; }

#c06163 Text Font Color

<p style="color:#c06163">Text here</p>

This sample text font color is #c06163
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c06163 Background Color

<div style="background-color:#c06163">
Div content here</div>

This div background color is #c06163


#c06163 Border Color

<div style="border:3px solid #c06163">
Div here</div>

This div border color is #c06163


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,97,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c06163; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c06163;
  -webkit-box-shadow: 1px 1px 3px 2px #c06163;
  box-shadow:         1px 1px 3px 2px #c06163; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,97,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c06163">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c06163;
  -webkit-box-shadow: 1px 1px 3px 2px #c06163;
  box-shadow:         1px 1px 3px 2px #c06163;">
Div content here</div>

This div box has shadow with color #c06163


Comments

No comments written yet.

Please login to write comment.