#CCC274

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

Shades of Winter Hazel #CCC274

Tints of Winter Hazel #CCC274

Color information

#CCC274 (or 0xCCC274) is unknown color: approx Winter Hazel. HEX triplet: CC, C2 and 74. RGB value is (204,194,116). Sum of RGB (Red+Green+Blue) = 204+194+116=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 116 (45.70% from 255 or 22.57% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC274 is #333D8B. Grayscale: #BCBCBC. Windows color (decimal): -3358092 or 7652044. OLE color: 7652044.

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

Color convert

RGB204194116-
CMYK00.050.430.2
HSL53.18º46.32%62.75%-
HSV(B)53.18º43.14%80%-
XYZ47.3552.6824.2-
YUV188.187.31139.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.69%
GREEN value IS 194 (76.17% from 255) = 37.74%
BLUE value IS 116 (45.70% from 255) = 22.57%
R=39.69%
G=37.74%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419411600.050.430.253.1846.3262.75
HexCCC274052B14352e3f
Octal314302164055324655677
Binary11001100110000101110100010110101110100110101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC274; }

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

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

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

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

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

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

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

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