Color Hex Logo

#c08129 Color Hex

#C08129
(192,129,41)
0 Favorites   0 Comments

Color spaces of #c08129

RGB 19212941
HSL0.100.650.46
HSV35°79°75°
CMYK 0.000.330.79   0.25
XYZ29.988727.06715.7417
Yxy27.06710.47750.4310
Hunter Lab52.026111.844829.8749
CIE-Lab59.036416.957054.3738

#c08129 color RGB value is (192,129,41).

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

The process color (four color CMYK) of #c08129 color hex is 0.00, 0.33, 0.79, 0.25. Web safe color of #c08129 is #cc9933. Color #c08129 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000001 00101001
Octal 300 201 51
Decimal 192 129 41
Hex C0 81 29

RGB Percentages of Color #c08129

%53.04
%35.64
%11.33

CMYK Percentages of Color #c08129

%0
%33
%79
%25

Triadic Colors of #c08129

#c08129 #29c081 #8129c0

Analogous Colors of #c08129

#c08129 #b4c029 #c03529

Monochromatic Colors of #c08129

#c08129

Complementary Color

#c08129 #2968c0

#c08129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08129 Color CSS Codes

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

#c08129 Text Font Color

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

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


#c08129 Background Color

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

This div background color is #c08129


#c08129 Border Color

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

This div border color is #c08129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08129


Comments

No comments written yet.

Please login to write comment.