#CCC17C

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

Shades of Winter Hazel #CCC17C

Tints of Winter Hazel #CCC17C

Color information

#CCC17C (or 0xCCC17C) is unknown color: approx Winter Hazel. HEX triplet: CC, C1 and 7C. RGB value is (204,193,124). Sum of RGB (Red+Green+Blue) = 204+193+124=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 124 (48.83% from 255 or 23.80% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC17C is #333E83. Grayscale: #BCBCBC. Windows color (decimal): -3358340 or 8176076. OLE color: 8176076.

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

Color convert

RGB204193124-
CMYK00.050.390.2
HSL51.75º43.96%64.31%-
HSV(B)51.75º39.22%80%-
XYZ47.6152.4326.68-
YUV188.4291.64139.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.16%
GREEN value IS 193 (75.78% from 255) = 37.04%
BLUE value IS 124 (48.83% from 255) = 23.80%
R=39.16%
G=37.04%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419312400.050.390.251.7543.9664.31
HexCCC17C052714342c40
Octal3143011740547246454100
Binary110011001100000111111000101100111101001101001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC17C; }

 p { color: rgb(204,193,124); }

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

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

 a { background-color: rgb(204,193,124); }

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

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

 span { border-color: rgb(204,193,124); }

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