#CCA96A

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

Shades of Putty #CCA96A

Tints of Putty #CCA96A

Color information

#CCA96A (or 0xCCA96A) is unknown color: approx Putty. HEX triplet: CC, A9 and 6A. RGB value is (204,169,106). Sum of RGB (Red+Green+Blue) = 204+169+106=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 106 (41.80% from 255 or 22.13% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA96A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA96A is #335695. Grayscale: #ACACAC. Windows color (decimal): -3364502 or 6990284. OLE color: 6990284.

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

Color convert

RGB204169106-
CMYK00.170.480.2
HSL38.57º49%60.78%-
HSV(B)38.57º48.04%80%-
XYZ41.6942.2519.59-
YUV172.2890.6150.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.59%
GREEN value IS 169 (66.41% from 255) = 35.28%
BLUE value IS 106 (41.80% from 255) = 22.13%
R=42.59%
G=35.28%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416910600.170.480.238.574960.78
HexCCA96A011301427313d
Octal3142511520216024476175
Binary1100110010101001110101001000111000010100100111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA96A; }

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

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

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

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

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

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

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

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