#CCC17F

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

Shades of Winter Hazel #CCC17F

Tints of Winter Hazel #CCC17F

Color information

#CCC17F (or 0xCCC17F) is unknown color: approx Winter Hazel. HEX triplet: CC, C1 and 7F. RGB value is (204,193,127). Sum of RGB (Red+Green+Blue) = 204+193+127=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 193 (75.78% from 255 or 36.83% from 524); Blue value is 127 (50% from 255 or 24.24% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC17F is #333E80. Grayscale: #BDBDBD. Windows color (decimal): -3358337 or 8372684. OLE color: 8372684.

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

Color convert

RGB204193127-
CMYK00.050.380.2
HSL51.43º43.02%64.9%-
HSV(B)51.43º37.75%80%-
XYZ47.852.5127.69-
YUV188.7693.14138.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.93%
GREEN value IS 193 (75.78% from 255) = 36.83%
BLUE value IS 127 (50% from 255) = 24.24%
R=38.93%
G=36.83%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419312700.050.380.251.4343.0264.9
HexCCC17F052614332b41
Octal3143011770546246353101
Binary110011001100000111111110101100110101001100111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC17F; }

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

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

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

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

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

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

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

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