#C8A86D

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

Shades of Putty #C8A86D

Tints of Putty #C8A86D

Color information

#C8A86D (or 0xC8A86D) is unknown color: approx Putty. HEX triplet: C8, A8 and 6D. RGB value is (200,168,109). Sum of RGB (Red+Green+Blue) = 200+168+109=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A86D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A86D is #375792. Grayscale: #ABABAB. Windows color (decimal): -3626899 or 7186632. OLE color: 7186632.

HSL color Cylindrical-coordinate representation of color #C8A86D: hue angle of 38.9º 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 #C8A86D is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB200168109-
CMYK00.160.460.22
HSL38.9º45.27%60.59%-
HSV(B)38.9º45.5%78.43%-
XYZ40.5841.3920.32-
YUV170.8493.1148.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.93%
GREEN value IS 168 (66.02% from 255) = 35.22%
BLUE value IS 109 (42.97% from 255) = 22.85%
R=41.93%
G=35.22%
B=22.85%

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
Decimal20016810900.160.460.2238.945.2760.59
HexC8A86D0102E16272d3d
Octal3102501550205626475575
Binary1100100010101000110110101000010111010110100111101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A86D; }

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

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

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

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

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

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

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

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