#CCA66C

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

Shades of Putty #CCA66C

Tints of Putty #CCA66C

Color information

#CCA66C (or 0xCCA66C) is unknown color: approx Putty. HEX triplet: CC, A6 and 6C. RGB value is (204,166,108). Sum of RGB (Red+Green+Blue) = 204+166+108=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA66C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA66C is #335993. Grayscale: #ABABAB. Windows color (decimal): -3365268 or 7120588. OLE color: 7120588.

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

Color convert

RGB204166108-
CMYK00.190.470.2
HSL36.25º48.48%61.18%-
HSV(B)36.25º47.06%80%-
XYZ41.2441.1919.96-
YUV170.7592.59151.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.68%
GREEN value IS 166 (65.23% from 255) = 34.73%
BLUE value IS 108 (42.58% from 255) = 22.59%
R=42.68%
G=34.73%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416610800.190.470.236.2548.4861.18
HexCCA66C0132F1424303d
Octal3142461540235724446075
Binary1100110010100110110110001001110111110100100100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA66C; }

 p { color: rgb(204,166,108); }

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

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

 a { background-color: rgb(204,166,108); }

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

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

 span { border-color: rgb(204,166,108); }

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