#C8A56C

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

Shades of Putty #C8A56C

Tints of Putty #C8A56C

Color information

#C8A56C (or 0xC8A56C) is unknown color: approx Putty. HEX triplet: C8, A5 and 6C. RGB value is (200,165,108). Sum of RGB (Red+Green+Blue) = 200+165+108=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A56C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A56C is #375A93. Grayscale: #A9A9A9. Windows color (decimal): -3627668 or 7120328. OLE color: 7120328.

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

Color convert

RGB200165108-
CMYK00.180.460.22
HSL37.17º45.54%60.39%-
HSV(B)37.17º46%78.43%-
XYZ39.9840.2719.85-
YUV168.9793.6150.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.28%
GREEN value IS 165 (64.84% from 255) = 34.88%
BLUE value IS 108 (42.58% from 255) = 22.83%
R=42.28%
G=34.88%
B=22.83%

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
Decimal20016510800.180.460.2237.1745.5460.39
HexC8A56C0122E16252e3c
Octal3102451540225626455674
Binary1100100010100101110110001001010111010110100101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A56C; }

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

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

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

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

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

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

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

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