Color Hex Logo

#c06159 Color Hex

#C06159
(192,97,89)
0 Favorites   0 Comments

Color spaces of #c06159

RGB 1929789
HSL0.010.450.55
HSV54°75°
CMYK 0.000.490.54   0.25
XYZ27.816120.477111.9376
Yxy20.47710.46180.3400
Hunter Lab45.251630.533316.0352
CIE-Lab52.372437.254122.1606

#c06159 color RGB value is (192,97,89).

#c06159 hex color red value is 192, green value is 97 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #c06159 hue: 0.01 , saturation: 0.45 and the lightness value of c06159 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100001 01011001
Octal 300 141 131
Decimal 192 97 89
Hex C0 61 59

RGB Percentages of Color #c06159

%50.79
%25.66
%23.54

CMYK Percentages of Color #c06159

%0
%49
%54
%25

Triadic Colors of #c06159

#c06159 #59c061 #6159c0

Analogous Colors of #c06159

#c06159 #c09559 #c05985

Monochromatic Colors of #c06159

#c06159

Complementary Color

#c06159 #59b8c0

#c06159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06159 Color CSS Codes

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

#c06159 Text Font Color

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

This sample text font color is #c06159
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.


#c06159 Background Color

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

This div background color is #c06159


#c06159 Border Color

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

This div border color is #c06159


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06159


Comments

No comments written yet.

Please login to write comment.