#CCA96E

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

Shades of Putty #CCA96E

Tints of Putty #CCA96E

Color information

#CCA96E (or 0xCCA96E) is unknown color: approx Putty. HEX triplet: CC, A9 and 6E. RGB value is (204,169,110). Sum of RGB (Red+Green+Blue) = 204+169+110=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA96E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA96E is #335691. Grayscale: #ADADAD. Windows color (decimal): -3364498 or 7252428. OLE color: 7252428.

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

Color convert

RGB204169110-
CMYK00.170.460.2
HSL37.66º47.96%61.57%-
HSV(B)37.66º46.08%80%-
XYZ41.942.3420.72-
YUV172.7492.6150.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.24%
GREEN value IS 169 (66.41% from 255) = 34.99%
BLUE value IS 110 (43.36% from 255) = 22.77%
R=42.24%
G=34.99%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416911000.170.460.237.6647.9661.57
HexCCA96E0112E1426303e
Octal3142511560215624466076
Binary1100110010101001110111001000110111010100100110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA96E; }

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

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

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

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

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

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

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

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