#C9AD6D

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

Shades of Putty #C9AD6D

Tints of Putty #C9AD6D

Color information

#C9AD6D (or 0xC9AD6D) is unknown color: approx Putty. HEX triplet: C9, AD and 6D. RGB value is (201,173,109). Sum of RGB (Red+Green+Blue) = 201+173+109=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AD6D is #365292. Grayscale: #AEAEAE. Windows color (decimal): -3560083 or 7187913. OLE color: 7187913.

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

Color convert

RGB201173109-
CMYK00.140.460.21
HSL41.74º46%60.78%-
HSV(B)41.74º45.77%78.82%-
XYZ41.7943.4120.64-
YUV174.0891.28147.2-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.61%
GREEN value IS 173 (67.97% from 255) = 35.82%
BLUE value IS 109 (42.97% from 255) = 22.57%
R=41.61%
G=35.82%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117310900.140.460.2141.744660.78
HexC9AD6D0E2E152a2e3d
Octal3112551550165625525675
Binary110010011010110111011010111010111010101101010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AD6D; }

 p { color: rgb(201,173,109); }

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

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

 a { background-color: rgb(201,173,109); }

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

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

 span { border-color: rgb(201,173,109); }

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