#C9A670

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

Shades of Putty #C9A670

Tints of Putty #C9A670

Color information

#C9A670 (or 0xC9A670) is unknown color: approx Putty. HEX triplet: C9, A6 and 70. RGB value is (201,166,112). Sum of RGB (Red+Green+Blue) = 201+166+112=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A670 is #36598F. Grayscale: #AAAAAA. Windows color (decimal): -3561872 or 7382729. OLE color: 7382729.

HSL color Cylindrical-coordinate representation of color #C9A670: hue angle of 36.4º 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 #C9A670 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB201166112-
CMYK00.170.440.21
HSL36.4º45.18%61.37%-
HSV(B)36.4º44.28%78.82%-
XYZ40.6540.8621.07-
YUV170.3195.1149.89-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.96%
GREEN value IS 166 (65.23% from 255) = 34.66%
BLUE value IS 112 (44.14% from 255) = 23.38%
R=41.96%
G=34.66%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116611200.170.440.2136.445.1861.37
HexC9A6700112C15242d3d
Octal3112461600215425445575
Binary1100100110100110111000001000110110010101100100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A670; }

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

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

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

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

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

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

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

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