Color Hex Logo

#c09255 Color Hex

#C09255
(192,146,85)
0 Favorites   0 Comments

Color spaces of #c09255

RGB 19214685
HSL0.100.460.54
HSV34°56°75°
CMYK 0.000.240.56   0.25
XYZ33.656832.420113.0781
Yxy32.42010.42520.4096
Hunter Lab56.93875.869826.2389
CIE-Lab63.688610.252538.7151

#c09255 color RGB value is (192,146,85).

#c09255 hex color red value is 192, green value is 146 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #c09255 hue: 0.10 , saturation: 0.46 and the lightness value of c09255 is 0.54.

The process color (four color CMYK) of #c09255 color hex is 0.00, 0.24, 0.56, 0.25. Web safe color of #c09255 is #cc9966. Color #c09255 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010010 01010101
Octal 300 222 125
Decimal 192 146 85
Hex C0 92 55

RGB Percentages of Color #c09255

%45.39
%34.52
%20.09

CMYK Percentages of Color #c09255

%0
%24
%56
%25

Triadic Colors of #c09255

#c09255 #55c092 #9255c0

Analogous Colors of #c09255

#c09255 #b9c055 #c05c55

Monochromatic Colors of #c09255

#c09255

Complementary Color

#c09255 #5583c0

#c09255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09255 Color CSS Codes

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

#c09255 Text Font Color

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

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


#c09255 Background Color

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

This div background color is #c09255


#c09255 Border Color

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

This div border color is #c09255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09255


Comments

No comments written yet.

Please login to write comment.