Color Hex Logo

#c08247 Color Hex

#C08247
(192,130,71)
0 Favorites   0 Comments

Color spaces of #c08247

RGB 19213071
HSL0.080.490.52
HSV29°63°75°
CMYK 0.000.320.63   0.25
XYZ30.858227.62679.6673
Yxy27.62670.45280.4054
Hunter Lab52.561112.814025.8879
CIE-Lab59.550018.001741.0353

#c08247 color RGB value is (192,130,71).

#c08247 hex color red value is 192, green value is 130 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #c08247 hue: 0.08 , saturation: 0.49 and the lightness value of c08247 is 0.52.

The process color (four color CMYK) of #c08247 color hex is 0.00, 0.32, 0.63, 0.25. Web safe color of #c08247 is #cc9933. Color #c08247 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000010 01000111
Octal 300 202 107
Decimal 192 130 71
Hex C0 82 47

RGB Percentages of Color #c08247

%48.85
%33.08
%18.07

CMYK Percentages of Color #c08247

%0
%32
%63
%25

Triadic Colors of #c08247

#c08247 #47c082 #8247c0

Analogous Colors of #c08247

#c08247 #c0bf47 #c04749

Monochromatic Colors of #c08247

#c08247

Complementary Color

#c08247 #4785c0

#c08247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08247 Color CSS Codes

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

#c08247 Text Font Color

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

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


#c08247 Background Color

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

This div background color is #c08247


#c08247 Border Color

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

This div border color is #c08247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08247


Comments

No comments written yet.

Please login to write comment.