#CCA972

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

Shades of Putty #CCA972

Tints of Putty #CCA972

Color information

#CCA972 (or 0xCCA972) is unknown color: approx Putty. HEX triplet: CC, A9 and 72. RGB value is (204,169,114). Sum of RGB (Red+Green+Blue) = 204+169+114=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA972 is #33568D. Grayscale: #ADADAD. Windows color (decimal): -3364494 or 7514572. OLE color: 7514572.

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

Color convert

RGB204169114-
CMYK00.170.440.2
HSL36.67º46.88%62.35%-
HSV(B)36.67º44.12%80%-
XYZ42.1342.4321.89-
YUV173.294.6149.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.89%
GREEN value IS 169 (66.41% from 255) = 34.70%
BLUE value IS 114 (44.92% from 255) = 23.41%
R=41.89%
G=34.70%
B=23.41%

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
Decimal20416911400.170.440.236.6746.8862.35
HexCCA9720112C14252f3e
Octal3142511620215424455776
Binary1100110010101001111001001000110110010100100101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA972; }

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

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

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

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

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

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

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

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