#C9AE7C

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

Shades of Putty #C9AE7C

Tints of Putty #C9AE7C

Color information

#C9AE7C (or 0xC9AE7C) is unknown color: approx Putty. HEX triplet: C9, AE and 7C. RGB value is (201,174,124). Sum of RGB (Red+Green+Blue) = 201+174+124=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AE7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AE7C is #365183. Grayscale: #B0B0B0. Windows color (decimal): -3559812 or 8171209. OLE color: 8171209.

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

Color convert

RGB201174124-
CMYK00.130.380.21
HSL38.96º41.62%63.73%-
HSV(B)38.96º38.31%78.82%-
XYZ42.8644.1425.33-
YUV176.3798.45145.57-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.28%
GREEN value IS 174 (68.36% from 255) = 34.87%
BLUE value IS 124 (48.83% from 255) = 24.85%
R=40.28%
G=34.87%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117412400.130.380.2138.9641.6263.73
HexC9AE7C0D2615272a40
Octal31125617401546254752100
Binary1100100110101110111110001101100110101011001111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AE7C; }

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

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

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

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

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

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

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

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