#CCC691

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

Shades of Winter Hazel #CCC691

Tints of Winter Hazel #CCC691

Color information

#CCC691 (or 0xCCC691) is unknown color: approx Winter Hazel. HEX triplet: CC, C6 and 91. RGB value is (204,198,145). Sum of RGB (Red+Green+Blue) = 204+198+145=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 145 (57.03% from 255 or 26.51% from 547); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC691 is #33396E. Grayscale: #C1C1C1. Windows color (decimal): -3357039 or 9553612. OLE color: 9553612.

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

Color convert

RGB204198145-
CMYK00.030.290.2
HSL53.9º36.65%68.43%-
HSV(B)53.9º28.92%80%-
XYZ50.2155.2734.81-
YUV193.75100.49135.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.29%
GREEN value IS 198 (77.73% from 255) = 36.20%
BLUE value IS 145 (57.03% from 255) = 26.51%
R=37.29%
G=36.20%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419814500.030.290.253.936.6568.43
HexCCC691031D14362544
Octal3143062210335246645104
Binary11001100110001101001000101111101101001101101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC691; }

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

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

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

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

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

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

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

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