#C8A96D

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

Shades of Putty #C8A96D

Tints of Putty #C8A96D

Color information

#C8A96D (or 0xC8A96D) is unknown color: approx Putty. HEX triplet: C8, A9 and 6D. RGB value is (200,169,109). Sum of RGB (Red+Green+Blue) = 200+169+109=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A96D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A96D is #375692. Grayscale: #ABABAB. Windows color (decimal): -3626643 or 7186888. OLE color: 7186888.

HSL color Cylindrical-coordinate representation of color #C8A96D: hue angle of 39.56º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C8A96D is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB200169109-
CMYK00.160.460.22
HSL39.56º45.27%60.59%-
HSV(B)39.56º45.5%78.43%-
XYZ40.7741.7620.38-
YUV171.4392.77148.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.84%
GREEN value IS 169 (66.41% from 255) = 35.36%
BLUE value IS 109 (42.97% from 255) = 22.80%
R=41.84%
G=35.36%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016910900.160.460.2239.5645.2760.59
HexC8A96D0102E16282d3d
Octal3102511550205626505575
Binary1100100010101001110110101000010111010110101000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A96D; }

 p { color: rgb(200,169,109); }

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

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

 a { background-color: rgb(200,169,109); }

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

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

 span { border-color: rgb(200,169,109); }

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