Color Hex Logo

#c08450 Color Hex

#C08450
(192,132,80)
0 Favorites   0 Comments

Color spaces of #c08450

RGB 19213280
HSL0.080.470.53
HSV28°58°75°
CMYK 0.000.310.58   0.25
XYZ31.437528.288211.3926
Yxy28.28820.44200.3978
Hunter Lab53.186712.430924.5307
CIE-Lab60.148217.560237.0466

#c08450 color RGB value is (192,132,80).

#c08450 hex color red value is 192, green value is 132 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #c08450 hue: 0.08 , saturation: 0.47 and the lightness value of c08450 is 0.53.

The process color (four color CMYK) of #c08450 color hex is 0.00, 0.31, 0.58, 0.25. Web safe color of #c08450 is #cc9966. Color #c08450 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000100 01010000
Octal 300 204 120
Decimal 192 132 80
Hex C0 84 50

RGB Percentages of Color #c08450

%47.52
%32.67
%19.80

CMYK Percentages of Color #c08450

%0
%31
%58
%25

Triadic Colors of #c08450

#c08450 #50c084 #8450c0

Analogous Colors of #c08450

#c08450 #c0bc50 #c05054

Monochromatic Colors of #c08450

#c08450

Complementary Color

#c08450 #508cc0

#c08450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08450 Color CSS Codes

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

#c08450 Text Font Color

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

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


#c08450 Background Color

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

This div background color is #c08450


#c08450 Border Color

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

This div border color is #c08450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08450


Comments

No comments written yet.

Please login to write comment.