#C8A676

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

Shades of Putty #C8A676

Tints of Putty #C8A676

Color information

#C8A676 (or 0xC8A676) is unknown color: approx Putty. HEX triplet: C8, A6 and 76. RGB value is (200,166,118). Sum of RGB (Red+Green+Blue) = 200+166+118=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A676 is #375989. Grayscale: #AAAAAA. Windows color (decimal): -3627402 or 7775944. OLE color: 7775944.

HSL color Cylindrical-coordinate representation of color #C8A676: hue angle of 35.12º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C8A676 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB200166118-
CMYK00.170.410.22
HSL35.12º42.71%62.35%-
HSV(B)35.12º41%78.43%-
XYZ40.7340.8622.88-
YUV170.6998.26148.9-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.32%
GREEN value IS 166 (65.23% from 255) = 34.30%
BLUE value IS 118 (46.48% from 255) = 24.38%
R=41.32%
G=34.30%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016611800.170.410.2235.1242.7162.35
HexC8A6760112916232b3e
Octal3102461660215126435376
Binary1100100010100110111011001000110100110110100011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A676; }

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

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

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

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

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

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

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

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