#CCC679

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

Shades of Winter Hazel #CCC679

Tints of Winter Hazel #CCC679

Color information

#CCC679 (or 0xCCC679) is unknown color: approx Winter Hazel. HEX triplet: CC, C6 and 79. RGB value is (204,198,121). Sum of RGB (Red+Green+Blue) = 204+198+121=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 121 (47.66% from 255 or 23.14% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC679 is #333986. Grayscale: #BFBFBF. Windows color (decimal): -3357063 or 7980748. OLE color: 7980748.

HSL color Cylindrical-coordinate representation of color #CCC679: hue angle of 55.66º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCC679 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB204198121-
CMYK00.030.410.2
HSL55.66º44.86%63.73%-
HSV(B)55.66º40.69%80%-
XYZ48.5554.6126.07-
YUV191.0288.49137.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.01%
GREEN value IS 198 (77.73% from 255) = 37.86%
BLUE value IS 121 (47.66% from 255) = 23.14%
R=39.01%
G=37.86%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419812100.030.410.255.6644.8663.73
HexCCC679032914382d40
Octal3143061710351247055100
Binary11001100110001101111001011101001101001110001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC679; }

 p { color: rgb(204,198,121); }

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

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

 a { background-color: rgb(204,198,121); }

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

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

 span { border-color: rgb(204,198,121); }

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