#CCAA74

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

Shades of Putty #CCAA74

Tints of Putty #CCAA74

Color information

#CCAA74 (or 0xCCAA74) is unknown color: approx Putty. HEX triplet: CC, AA and 74. RGB value is (204,170,116). Sum of RGB (Red+Green+Blue) = 204+170+116=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAA74 is #33558B. Grayscale: #AEAEAE. Windows color (decimal): -3364236 or 7645900. OLE color: 7645900.

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

Color convert

RGB204170116-
CMYK00.170.430.2
HSL36.82º46.32%62.75%-
HSV(B)36.82º43.14%80%-
XYZ42.4342.8522.56-
YUV174.0195.26149.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.63%
GREEN value IS 170 (66.80% from 255) = 34.69%
BLUE value IS 116 (45.70% from 255) = 23.67%
R=41.63%
G=34.69%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417011600.170.430.236.8246.3262.75
HexCCAA740112B14252e3f
Octal3142521640215324455677
Binary1100110010101010111010001000110101110100100101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAA74; }

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

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

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

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

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

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

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

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