#CCC491

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

Shades of Winter Hazel #CCC491

Tints of Winter Hazel #CCC491

Color information

#CCC491 (or 0xCCC491) is unknown color: approx Winter Hazel. HEX triplet: CC, C4 and 91. RGB value is (204,196,145). Sum of RGB (Red+Green+Blue) = 204+196+145=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 196 (76.95% from 255 or 35.96% from 545); Blue value is 145 (57.03% from 255 or 26.61% from 545); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC491 is #333B6E. Grayscale: #C0C0C0. Windows color (decimal): -3357551 or 9553100. OLE color: 9553100.

HSL color Cylindrical-coordinate representation of color #CCC491: hue angle of 51.86º 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 #CCC491 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB204196145-
CMYK00.040.290.2
HSL51.86º36.65%68.43%-
HSV(B)51.86º28.92%80%-
XYZ49.7554.3634.66-
YUV192.58101.15136.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.43%
GREEN value IS 196 (76.95% from 255) = 35.96%
BLUE value IS 145 (57.03% from 255) = 26.61%
R=37.43%
G=35.96%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419614500.040.290.251.8636.6568.43
HexCCC491041D14342544
Octal3143042210435246445104
Binary110011001100010010010001010011101101001101001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC491; }

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

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

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

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

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

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

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

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