Color Hex Logo

#cc794d Color Hex

#CC794D
(204,121,77)
0 Favorites   0 Comments

Color spaces of #cc794d

RGB 20412177
HSL0.060.550.55
HSV21°62°80°
CMYK 0.000.410.62   0.20
XYZ33.078827.047910.4985
Yxy27.04790.46840.3830
Hunter Lab52.007622.519524.4368
CIE-Lab59.018628.344937.6320

#cc794d color RGB value is (204,121,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111001 01001101
Octal 314 171 115
Decimal 204 121 77
Hex CC 79 4D

RGB Percentages of Color #cc794d

%50.75
%30.10
%19.15

CMYK Percentages of Color #cc794d

%0
%41
%62
%20

Triadic Colors of #cc794d

#cc794d #4dcc79 #794dcc

Analogous Colors of #cc794d

#cc794d #ccb94d #cc4d61

Monochromatic Colors of #cc794d

#cc794d

Complementary Color

#cc794d #4da0cc

#cc794d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc794d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc794d Color CSS Codes

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

#cc794d Text Font Color

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

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


#cc794d Background Color

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

This div background color is #cc794d


#cc794d Border Color

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

This div border color is #cc794d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc794d


Comments

No comments written yet.

Please login to write comment.