#CCAA7A

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

Shades of Putty #CCAA7A

Tints of Putty #CCAA7A

Color information

#CCAA7A (or 0xCCAA7A) is unknown color: approx Putty. HEX triplet: CC, AA and 7A. RGB value is (204,170,122). Sum of RGB (Red+Green+Blue) = 204+170+122=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAA7A is #335585. Grayscale: #AEAEAE. Windows color (decimal): -3364230 or 8039116. OLE color: 8039116.

HSL color Cylindrical-coordinate representation of color #CCAA7A: hue angle of 35.12º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCAA7A is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB204170122-
CMYK00.170.400.2
HSL35.12º44.57%63.92%-
HSV(B)35.12º40.2%80%-
XYZ42.7942.9924.46-
YUV174.6998.26148.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.13%
GREEN value IS 170 (66.80% from 255) = 34.27%
BLUE value IS 122 (48.05% from 255) = 24.60%
R=41.13%
G=34.27%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417012200.170.400.235.1244.5763.92
HexCCAA7A0112814232d40
Octal31425217202150244355100
Binary11001100101010101111010010001101000101001000111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAA7A; }

 p { color: rgb(204,170,122); }

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

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

 a { background-color: rgb(204,170,122); }

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

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

 span { border-color: rgb(204,170,122); }

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