#CCA973

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

Shades of Putty #CCA973

Tints of Putty #CCA973

Color information

#CCA973 (or 0xCCA973) is unknown color: approx Putty. HEX triplet: CC, A9 and 73. RGB value is (204,169,115). Sum of RGB (Red+Green+Blue) = 204+169+115=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA973 is #33568C. Grayscale: #ADADAD. Windows color (decimal): -3364493 or 7580108. OLE color: 7580108.

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

Color convert

RGB204169115-
CMYK00.170.440.2
HSL36.4º46.6%62.55%-
HSV(B)36.4º43.63%80%-
XYZ42.1842.4522.19-
YUV173.3195.1149.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.80%
GREEN value IS 169 (66.41% from 255) = 34.63%
BLUE value IS 115 (45.31% from 255) = 23.57%
R=41.80%
G=34.63%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416911500.170.440.236.446.662.55
HexCCA9730112C14242f3f
Octal3142511630215424445777
Binary1100110010101001111001101000110110010100100100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA973; }

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

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

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

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

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

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

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

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