#C8A66C

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

Shades of Putty #C8A66C

Tints of Putty #C8A66C

Color information

#C8A66C (or 0xC8A66C) is unknown color: approx Putty. HEX triplet: C8, A6 and 6C. RGB value is (200,166,108). Sum of RGB (Red+Green+Blue) = 200+166+108=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A66C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A66C is #375993. Grayscale: #A9A9A9. Windows color (decimal): -3627412 or 7120584. OLE color: 7120584.

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

Color convert

RGB200166108-
CMYK00.170.460.22
HSL37.83º45.54%60.39%-
HSV(B)37.83º46%78.43%-
XYZ40.1640.6319.91-
YUV169.5593.26149.72-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.19%
GREEN value IS 166 (65.23% from 255) = 35.02%
BLUE value IS 108 (42.58% from 255) = 22.78%
R=42.19%
G=35.02%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016610800.170.460.2237.8345.5460.39
HexC8A66C0112E16262e3c
Octal3102461540215626465674
Binary1100100010100110110110001000110111010110100110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A66C; }

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

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

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

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

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

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

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

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