#C8A56D

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

Shades of Putty #C8A56D

Tints of Putty #C8A56D

Color information

#C8A56D (or 0xC8A56D) is unknown color: approx Putty. HEX triplet: C8, A5 and 6D. RGB value is (200,165,109). Sum of RGB (Red+Green+Blue) = 200+165+109=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A56D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A56D is #375A92. Grayscale: #A9A9A9. Windows color (decimal): -3627667 or 7185864. OLE color: 7185864.

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

Color convert

RGB200165109-
CMYK00.180.460.22
HSL36.92º45.27%60.59%-
HSV(B)36.92º45.5%78.43%-
XYZ40.0340.2920.14-
YUV169.0894.1150.05-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.19%
GREEN value IS 165 (64.84% from 255) = 34.81%
BLUE value IS 109 (42.97% from 255) = 23.00%
R=42.19%
G=34.81%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016510900.180.460.2236.9245.2760.59
HexC8A56D0122E16252d3d
Octal3102451550225626455575
Binary1100100010100101110110101001010111010110100101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A56D; }

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

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

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

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

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

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

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

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