Color Hex Logo

#c08801 Color Hex

#C08801
(192,136,1)
0 Favorites   0 Comments

Color spaces of #c08801

RGB 1921361
HSL0.120.990.38
HSV42°99°75°
CMYK 0.000.290.99   0.25
XYZ30.547928.81703.9809
Yxy28.81700.48220.4549
Hunter Lab53.68157.634433.1802
CIE-Lab60.619812.234865.7231

#c08801 color RGB value is (192,136,1).

#c08801 hex color red value is 192, green value is 136 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #c08801 hue: 0.12 , saturation: 0.99 and the lightness value of c08801 is 0.38.

The process color (four color CMYK) of #c08801 color hex is 0.00, 0.29, 0.99, 0.25. Web safe color of #c08801 is #cc9900. Color #c08801 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001000 00000001
Octal 300 210 1
Decimal 192 136 1
Hex C0 88 1

RGB Percentages of Color #c08801

%58.36
%41.34
%0.30

CMYK Percentages of Color #c08801

%0
%29
%99
%25

Triadic Colors of #c08801

#c08801 #01c088 #8801c0

Analogous Colors of #c08801

#c08801 #99c001 #c02901

Monochromatic Colors of #c08801

#c08801

Complementary Color

#c08801 #0139c0

#c08801 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08801 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08801 Color CSS Codes

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

#c08801 Text Font Color

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

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


#c08801 Background Color

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

This div background color is #c08801


#c08801 Border Color

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

This div border color is #c08801


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08801


Comments

No comments written yet.

Please login to write comment.