#CCC792

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

Shades of Winter Hazel #CCC792

Tints of Winter Hazel #CCC792

Color information

#CCC792 (or 0xCCC792) is unknown color: approx Winter Hazel. HEX triplet: CC, C7 and 92. RGB value is (204,199,146). Sum of RGB (Red+Green+Blue) = 204+199+146=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 199 (78.12% from 255 or 36.25% from 549); Blue value is 146 (57.42% from 255 or 26.59% from 549); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC792 is #33386D. Grayscale: #C2C2C2. Windows color (decimal): -3356782 or 9619404. OLE color: 9619404.

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

Color convert

RGB204199146-
CMYK00.020.280.2
HSL54.83º36.25%68.63%-
HSV(B)54.83º28.43%80%-
XYZ50.5155.7635.29-
YUV194.45100.66134.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.16%
GREEN value IS 199 (78.12% from 255) = 36.25%
BLUE value IS 146 (57.42% from 255) = 26.59%
R=37.16%
G=36.25%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419914600.020.280.254.8336.2568.63
HexCCC792021C14372445
Octal3143072220234246744105
Binary11001100110001111001001001011100101001101111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC792; }

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

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

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

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

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

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

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

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