Color Hex Logo

#c07045 Color Hex

#C07045
(192,112,69)
0 Favorites   0 Comments

Color spaces of #c07045

RGB 19211269
HSL0.060.490.51
HSV21°64°75°
CMYK 0.000.420.64   0.25
XYZ28.606623.22458.6053
Yxy23.22450.47330.3843
Hunter Lab48.191821.621723.1472
CIE-Lab55.302827.738237.1073

#c07045 color RGB value is (192,112,69).

#c07045 hex color red value is 192, green value is 112 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #c07045 hue: 0.06 , saturation: 0.49 and the lightness value of c07045 is 0.51.

The process color (four color CMYK) of #c07045 color hex is 0.00, 0.42, 0.64, 0.25. Web safe color of #c07045 is #cc6633. Color #c07045 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110000 01000101
Octal 300 160 105
Decimal 192 112 69
Hex C0 70 45

RGB Percentages of Color #c07045

%51.47
%30.03
%18.50

CMYK Percentages of Color #c07045

%0
%42
%64
%25

Triadic Colors of #c07045

#c07045 #45c070 #7045c0

Analogous Colors of #c07045

#c07045 #c0ae45 #c04557

Monochromatic Colors of #c07045

#c07045

Complementary Color

#c07045 #4595c0

#c07045 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c07045 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c07045 Color CSS Codes

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

#c07045 Text Font Color

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

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


#c07045 Background Color

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

This div background color is #c07045


#c07045 Border Color

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

This div border color is #c07045


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c07045


Comments

No comments written yet.

Please login to write comment.