#C8AC76

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

Shades of Putty #C8AC76

Tints of Putty #C8AC76

Color information

#C8AC76 (or 0xC8AC76) is unknown color: approx Putty. HEX triplet: C8, AC and 76. RGB value is (200,172,118). Sum of RGB (Red+Green+Blue) = 200+172+118=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 118 (46.48% from 255 or 24.08% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AC76 is #375389. Grayscale: #AEAEAE. Windows color (decimal): -3625866 or 7777480. OLE color: 7777480.

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

Color convert

RGB200172118-
CMYK00.140.410.22
HSL39.51º42.71%62.35%-
HSV(B)39.51º41%78.43%-
XYZ41.8443.0923.25-
YUV174.2296.28146.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.82%
GREEN value IS 172 (67.58% from 255) = 35.10%
BLUE value IS 118 (46.48% from 255) = 24.08%
R=40.82%
G=35.10%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017211800.140.410.2239.5142.7162.35
HexC8AC760E2916282b3e
Octal3102541660165126505376
Binary110010001010110011101100111010100110110101000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AC76; }

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

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

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

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

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

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

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

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