#CCA976

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

Shades of Putty #CCA976

Tints of Putty #CCA976

Color information

#CCA976 (or 0xCCA976) is unknown color: approx Putty. HEX triplet: CC, A9 and 76. RGB value is (204,169,118). Sum of RGB (Red+Green+Blue) = 204+169+118=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA976 is #335689. Grayscale: #ADADAD. Windows color (decimal): -3364490 or 7776716. OLE color: 7776716.

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

Color convert

RGB204169118-
CMYK00.170.420.2
HSL35.58º45.74%63.14%-
HSV(B)35.58º42.16%80%-
XYZ42.3642.5223.11-
YUV173.6596.6149.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.55%
GREEN value IS 169 (66.41% from 255) = 34.42%
BLUE value IS 118 (46.48% from 255) = 24.03%
R=41.55%
G=34.42%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416911800.170.420.235.5845.7463.14
HexCCA9760112A14242e3f
Octal3142511660215224445677
Binary1100110010101001111011001000110101010100100100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA976; }

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

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

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

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

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

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

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

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