#CCAE74

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

Shades of Putty #CCAE74

Tints of Putty #CCAE74

Color information

#CCAE74 (or 0xCCAE74) is unknown color: approx Putty. HEX triplet: CC, AE and 74. RGB value is (204,174,116). Sum of RGB (Red+Green+Blue) = 204+174+116=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 116 (45.70% from 255 or 23.48% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAE74 is #33518B. Grayscale: #B0B0B0. Windows color (decimal): -3363212 or 7646924. OLE color: 7646924.

HSL color Cylindrical-coordinate representation of color #CCAE74: hue angle of 39.55º 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 #CCAE74 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB204174116-
CMYK00.150.430.2
HSL39.55º46.32%62.75%-
HSV(B)39.55º43.14%80%-
XYZ43.1944.3722.81-
YUV176.3693.94147.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.30%
GREEN value IS 174 (68.36% from 255) = 35.22%
BLUE value IS 116 (45.70% from 255) = 23.48%
R=41.30%
G=35.22%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417411600.150.430.239.5546.3262.75
HexCCAE740F2B14282e3f
Octal3142561640175324505677
Binary110011001010111011101000111110101110100101000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAE74; }

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

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

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

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

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

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

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

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