#CCC492

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

Shades of Winter Hazel #CCC492

Tints of Winter Hazel #CCC492

Color information

#CCC492 (or 0xCCC492) is unknown color: approx Winter Hazel. HEX triplet: CC, C4 and 92. RGB value is (204,196,146). Sum of RGB (Red+Green+Blue) = 204+196+146=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 196 (76.95% from 255 or 35.90% from 546); Blue value is 146 (57.42% from 255 or 26.74% from 546); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC492 is #333B6D. Grayscale: #C0C0C0. Windows color (decimal): -3357550 or 9618636. OLE color: 9618636.

HSL color Cylindrical-coordinate representation of color #CCC492: hue angle of 51.72º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCC492 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB204196146-
CMYK00.040.280.2
HSL51.72º36.25%68.63%-
HSV(B)51.72º28.43%80%-
XYZ49.8354.3935.07-
YUV192.69101.65136.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.36%
GREEN value IS 196 (76.95% from 255) = 35.90%
BLUE value IS 146 (57.42% from 255) = 26.74%
R=37.36%
G=35.90%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419614600.040.280.251.7236.2568.63
HexCCC492041C14342445
Octal3143042220434246444105
Binary110011001100010010010010010011100101001101001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC492; }

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

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

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

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

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

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

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

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