#C9A674

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

Shades of Putty #C9A674

Tints of Putty #C9A674

Color information

#C9A674 (or 0xC9A674) is unknown color: approx Putty. HEX triplet: C9, A6 and 74. RGB value is (201,166,116). Sum of RGB (Red+Green+Blue) = 201+166+116=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A674 is #36598B. Grayscale: #ABABAB. Windows color (decimal): -3561868 or 7644873. OLE color: 7644873.

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

Color convert

RGB201166116-
CMYK00.170.420.21
HSL35.29º44.04%62.16%-
HSV(B)35.29º42.29%78.82%-
XYZ40.8840.9522.27-
YUV170.7697.1149.57-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.61%
GREEN value IS 166 (65.23% from 255) = 34.37%
BLUE value IS 116 (45.70% from 255) = 24.02%
R=41.61%
G=34.37%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116611600.170.420.2135.2944.0462.16
HexC9A6740112A15232c3e
Octal3112461640215225435476
Binary1100100110100110111010001000110101010101100011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A674; }

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

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

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

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

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

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

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

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