#CCAE79

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

Shades of Putty #CCAE79

Tints of Putty #CCAE79

Color information

#CCAE79 (or 0xCCAE79) is unknown color: approx Putty. HEX triplet: CC, AE and 79. RGB value is (204,174,121). Sum of RGB (Red+Green+Blue) = 204+174+121=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 121 (47.66% from 255 or 24.25% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAE79 is #335186. Grayscale: #B1B1B1. Windows color (decimal): -3363207 or 7974604. OLE color: 7974604.

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

Color convert

RGB204174121-
CMYK00.150.410.2
HSL38.31º44.86%63.73%-
HSV(B)38.31º40.69%80%-
XYZ43.4944.4924.38-
YUV176.9396.44147.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.88%
GREEN value IS 174 (68.36% from 255) = 34.87%
BLUE value IS 121 (47.66% from 255) = 24.25%
R=40.88%
G=34.87%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417412100.150.410.238.3144.8663.73
HexCCAE790F2914262d40
Octal31425617101751244655100
Binary1100110010101110111100101111101001101001001101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAE79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAE79; }

 p { color: rgb(204,174,121); }

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

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

 a { background-color: rgb(204,174,121); }

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

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

 span { border-color: rgb(204,174,121); }

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