#C9A46B

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

Shades of Putty #C9A46B

Tints of Putty #C9A46B

Color information

#C9A46B (or 0xC9A46B) is unknown color: approx Putty. HEX triplet: C9, A4 and 6B. RGB value is (201,164,107). Sum of RGB (Red+Green+Blue) = 201+164+107=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 107 (42.19% from 255 or 22.67% from 472); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A46B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A46B is #365B94. Grayscale: #A8A8A8. Windows color (decimal): -3562389 or 7054537. OLE color: 7054537.

HSL color Cylindrical-coordinate representation of color #C9A46B: hue angle of 36.38º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C9A46B is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB201164107-
CMYK00.180.470.21
HSL36.38º46.53%60.39%-
HSV(B)36.38º46.77%78.82%-
XYZ40.0240.0319.53-
YUV168.5693.26151.13-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.58%
GREEN value IS 164 (64.45% from 255) = 34.75%
BLUE value IS 107 (42.19% from 255) = 22.67%
R=42.58%
G=34.75%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116410700.180.470.2136.3846.5360.39
HexC9A46B0122F15242f3c
Octal3112441530225725445774
Binary1100100110100100110101101001010111110101100100101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A46B; }

 p { color: rgb(201,164,107); }

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

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

 a { background-color: rgb(201,164,107); }

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

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

 span { border-color: rgb(201,164,107); }

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