#CCC092

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

Shades of Winter Hazel #CCC092

Tints of Winter Hazel #CCC092

Color information

#CCC092 (or 0xCCC092) is unknown color: approx Winter Hazel. HEX triplet: CC, C0 and 92. RGB value is (204,192,146). Sum of RGB (Red+Green+Blue) = 204+192+146=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 146 (57.42% from 255 or 26.94% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC092 is #333F6D. Grayscale: #BEBEBE. Windows color (decimal): -3358574 or 9617612. OLE color: 9617612.

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

Color convert

RGB204192146-
CMYK00.060.280.2
HSL47.59º36.25%68.63%-
HSV(B)47.59º28.43%80%-
XYZ48.9452.6134.77-
YUV190.34102.98137.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.64%
GREEN value IS 192 (75.39% from 255) = 35.42%
BLUE value IS 146 (57.42% from 255) = 26.94%
R=37.64%
G=35.42%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419214600.060.280.247.5936.2568.63
HexCCC092061C14302445
Octal3143002220634246044105
Binary110011001100000010010010011011100101001100001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC092; }

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

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

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

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

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

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

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

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