#CCC272

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

Shades of Winter Hazel #CCC272

Tints of Winter Hazel #CCC272

Color information

#CCC272 (or 0xCCC272) is unknown color: approx Winter Hazel. HEX triplet: CC, C2 and 72. RGB value is (204,194,114). Sum of RGB (Red+Green+Blue) = 204+194+114=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 114 (44.92% from 255 or 22.27% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC272 is #333D8D. Grayscale: #BCBCBC. Windows color (decimal): -3358094 or 7520972. OLE color: 7520972.

HSL color Cylindrical-coordinate representation of color #CCC272: hue angle of 53.33º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCC272 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB204194114-
CMYK00.050.440.2
HSL53.33º46.88%62.35%-
HSV(B)53.33º44.12%80%-
XYZ47.2352.6423.59-
YUV187.8786.31139.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.84%
GREEN value IS 194 (76.17% from 255) = 37.89%
BLUE value IS 114 (44.92% from 255) = 22.27%
R=39.84%
G=37.89%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419411400.050.440.253.3346.8862.35
HexCCC272052C14352f3e
Octal314302162055424655776
Binary11001100110000101110010010110110010100110101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC272; }

 p { color: rgb(204,194,114); }

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

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

 a { background-color: rgb(204,194,114); }

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

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

 span { border-color: rgb(204,194,114); }

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