Color Hex Logo

#c76049 Color Hex

#C76049
(199,96,73)
0 Favorites   0 Comments

Color spaces of #c76049

RGB 1999673
HSL0.030.530.53
HSV11°63°78°
CMYK 0.000.520.63   0.22
XYZ28.938720.98898.8294
Yxy20.98890.49250.3572
Hunter Lab45.813632.577620.6429
CIE-Lab52.937339.226032.2902

#c76049 color RGB value is (199,96,73).

#c76049 hex color red value is 199, green value is 96 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #c76049 hue: 0.03 , saturation: 0.53 and the lightness value of c76049 is 0.53.

The process color (four color CMYK) of #c76049 color hex is 0.00, 0.52, 0.63, 0.22. Web safe color of #c76049 is #cc6633. Color #c76049 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01100000 01001001
Octal 307 140 111
Decimal 199 96 73
Hex C7 60 49

RGB Percentages of Color #c76049

%54.08
%26.09
%19.84

CMYK Percentages of Color #c76049

%0
%52
%63
%22

Triadic Colors of #c76049

#c76049 #49c760 #6049c7

Analogous Colors of #c76049

#c76049 #c79f49 #c74971

Monochromatic Colors of #c76049

#c76049

Complementary Color

#c76049 #49b0c7

#c76049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76049 Color CSS Codes

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

#c76049 Text Font Color

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

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


#c76049 Background Color

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

This div background color is #c76049


#c76049 Border Color

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

This div border color is #c76049


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,96,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c76049; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c76049;
  -webkit-box-shadow: 1px 1px 3px 2px #c76049;
  box-shadow:         1px 1px 3px 2px #c76049; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,96,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76049


Comments

No comments written yet.

Please login to write comment.