#CCA966

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

Shades of Putty #CCA966

Tints of Putty #CCA966

Color information

#CCA966 (or 0xCCA966) is unknown color: approx Putty. HEX triplet: CC, A9 and 66. RGB value is (204,169,102). Sum of RGB (Red+Green+Blue) = 204+169+102=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA966 is #335699. Grayscale: #ACACAC. Windows color (decimal): -3364506 or 6728140. OLE color: 6728140.

HSL color Cylindrical-coordinate representation of color #CCA966: hue angle of 39.41º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCA966 is Cyan = 0, Magento = 0.17, Yellow = 0.5 and Black (K on CMYK) = 0.2.

Color convert

RGB204169102-
CMYK00.170.50.2
HSL39.41º50%60%-
HSV(B)39.41º50%80%-
XYZ41.4942.1718.52-
YUV171.8388.6150.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.95%
GREEN value IS 169 (66.41% from 255) = 35.58%
BLUE value IS 102 (40.23% from 255) = 21.47%
R=42.95%
G=35.58%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.5
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416910200.170.50.239.415060
HexCCA966011321427323c
Octal3142511460216224476274
Binary1100110010101001110011001000111001010100100111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA966; }

 p { color: rgb(204,169,102); }

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

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

 a { background-color: rgb(204,169,102); }

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

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

 span { border-color: rgb(204,169,102); }

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