#C8A776

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

Shades of Putty #C8A776

Tints of Putty #C8A776

Color information

#C8A776 (or 0xC8A776) is unknown color: approx Putty. HEX triplet: C8, A7 and 76. RGB value is (200,167,118). Sum of RGB (Red+Green+Blue) = 200+167+118=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A776 is #375889. Grayscale: #ABABAB. Windows color (decimal): -3627146 or 7776200. OLE color: 7776200.

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

Color convert

RGB200167118-
CMYK00.160.410.22
HSL35.85º42.71%62.35%-
HSV(B)35.85º41%78.43%-
XYZ40.9141.2222.94-
YUV171.2897.93148.48-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.24%
GREEN value IS 167 (65.62% from 255) = 34.43%
BLUE value IS 118 (46.48% from 255) = 24.33%
R=41.24%
G=34.43%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016711800.160.410.2235.8542.7162.35
HexC8A7760102916242b3e
Octal3102471660205126445376
Binary1100100010100111111011001000010100110110100100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A776; }

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

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

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

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

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

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

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

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