#CCC78E

Color #CCC78E Winter Hazel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Winter Hazel #CCC78E

Tints of Winter Hazel #CCC78E

Color information

#CCC78E (or 0xCCC78E) is unknown color: approx Winter Hazel. HEX triplet: CC, C7 and 8E. RGB value is (204,199,142). Sum of RGB (Red+Green+Blue) = 204+199+142=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 199 (78.12% from 255 or 36.51% from 545); Blue value is 142 (55.86% from 255 or 26.06% from 545); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC78E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC78E is #333871. Grayscale: #C2C2C2. Windows color (decimal): -3356786 or 9357260. OLE color: 9357260.

HSL color Cylindrical-coordinate representation of color #CCC78E: hue angle of 55.16º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCC78E is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB204199142-
CMYK00.020.300.2
HSL55.16º37.8%67.84%-
HSV(B)55.16º30.39%80%-
XYZ50.2155.6433.68-
YUV19498.66135.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 37.43%
GREEN value IS 199 (78.12% from 255) = 36.51%
BLUE value IS 142 (55.86% from 255) = 26.06%
R=37.43%
G=36.51%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419914200.020.300.255.1637.867.84
HexCCC78E021E14372644
Octal3143072160236246746104
Binary11001100110001111000111001011110101001101111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC78E; }

 p { color: rgb(204,199,142); }

 H1.HeaderClassName
 {
   color: #CCC78E;
 }
 .AnyTagClassName
 {
   color: #CCC78E;
 }
</style>
background-color css

<style>
 a { background-color: #CCC78E; }

 a { background-color: rgb(204,199,142); }

 div.DivClassName
 {
   background-color: #CCC78E;
 }
 .BgClassName
 {
   background-color: #CCC78E;
 }
</style>
border-color css

<style>
 span { border-color: #CCC78E; }

 span { border-color: rgb(204,199,142); }

 td.TdClassName
 {
   border-color: #CCC78E;
 }
 .TagClassName
 {
   border-color: #CCC78E;
 }
</style>