#C9AE70

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

Shades of Putty #C9AE70

Tints of Putty #C9AE70

Color information

#C9AE70 (or 0xC9AE70) is unknown color: approx Putty. HEX triplet: C9, AE and 70. RGB value is (201,174,112). Sum of RGB (Red+Green+Blue) = 201+174+112=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AE70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AE70 is #36518F. Grayscale: #AFAFAF. Windows color (decimal): -3559824 or 7384777. OLE color: 7384777.

HSL color Cylindrical-coordinate representation of color #C9AE70: hue angle of 41.8º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C9AE70 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB201174112-
CMYK00.130.440.21
HSL41.8º45.18%61.37%-
HSV(B)41.8º44.28%78.82%-
XYZ42.1543.8621.57-
YUV17592.45146.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.27%
GREEN value IS 174 (68.36% from 255) = 35.73%
BLUE value IS 112 (44.14% from 255) = 23.00%
R=41.27%
G=35.73%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117411200.130.440.2141.845.1861.37
HexC9AE700D2C152a2d3d
Octal3112561600155425525575
Binary110010011010111011100000110110110010101101010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AE70; }

 p { color: rgb(201,174,112); }

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

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

 a { background-color: rgb(201,174,112); }

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

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

 span { border-color: rgb(201,174,112); }

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