#C9AD77

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

Shades of Putty #C9AD77

Tints of Putty #C9AD77

Color information

#C9AD77 (or 0xC9AD77) is unknown color: approx Putty. HEX triplet: C9, AD and 77. RGB value is (201,173,119). Sum of RGB (Red+Green+Blue) = 201+173+119=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AD77 is #365288. Grayscale: #AFAFAF. Windows color (decimal): -3560073 or 7843273. OLE color: 7843273.

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

Color convert

RGB201173119-
CMYK00.140.410.21
HSL39.51º43.16%62.75%-
HSV(B)39.51º40.8%78.82%-
XYZ42.3643.6423.64-
YUV175.2296.28146.39-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.77%
GREEN value IS 173 (67.97% from 255) = 35.09%
BLUE value IS 119 (46.88% from 255) = 24.14%
R=40.77%
G=35.09%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117311900.140.410.2139.5143.1662.75
HexC9AD770E2915282b3f
Octal3112551670165125505377
Binary110010011010110111101110111010100110101101000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AD77; }

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

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

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

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

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

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

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

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