Color Hex Logo

#cc794f Color Hex

#CC794F
(204,121,79)
0 Favorites   0 Comments

Color spaces of #cc794f

RGB 20412179
HSL0.060.550.55
HSV20°61°80°
CMYK 0.000.410.61   0.20
XYZ33.150527.076610.8762
Yxy27.07660.46620.3808
Hunter Lab52.035222.657024.0321
CIE-Lab59.045228.484536.5908

#cc794f color RGB value is (204,121,79).

#cc794f hex color red value is 204, green value is 121 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #cc794f hue: 0.06 , saturation: 0.55 and the lightness value of cc794f is 0.55.

The process color (four color CMYK) of #cc794f color hex is 0.00, 0.41, 0.61, 0.20. Web safe color of #cc794f is #cc6666. Color #cc794f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111001 01001111
Octal 314 171 117
Decimal 204 121 79
Hex CC 79 4F

RGB Percentages of Color #cc794f

%50.50
%29.95
%19.55

CMYK Percentages of Color #cc794f

%0
%41
%61
%20

Triadic Colors of #cc794f

#cc794f #4fcc79 #794fcc

Analogous Colors of #cc794f

#cc794f #ccb84f #cc4f64

Monochromatic Colors of #cc794f

#cc794f

Complementary Color

#cc794f #4fa2cc

#cc794f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc794f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc794f Color CSS Codes

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

#cc794f Text Font Color

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

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


#cc794f Background Color

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

This div background color is #cc794f


#cc794f Border Color

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

This div border color is #cc794f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,121,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cc794f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cc794f;
  -webkit-box-shadow: 1px 1px 3px 2px #cc794f;
  box-shadow:         1px 1px 3px 2px #cc794f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,121,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc794f


Comments

No comments written yet.

Please login to write comment.