#C8AC79

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

Shades of Putty #C8AC79

Tints of Putty #C8AC79

Color information

#C8AC79 (or 0xC8AC79) is unknown color: approx Putty. HEX triplet: C8, AC and 79. RGB value is (200,172,121). Sum of RGB (Red+Green+Blue) = 200+172+121=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 121 (47.66% from 255 or 24.54% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AC79 is #375386. Grayscale: #AEAEAE. Windows color (decimal): -3625863 or 7974088. OLE color: 7974088.

HSL color Cylindrical-coordinate representation of color #C8AC79: hue angle of 38.73º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C8AC79 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB200172121-
CMYK00.140.390.22
HSL38.73º41.8%62.94%-
HSV(B)38.73º39.5%78.43%-
XYZ42.0243.1624.21-
YUV174.5697.78146.15-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.57%
GREEN value IS 172 (67.58% from 255) = 34.89%
BLUE value IS 121 (47.66% from 255) = 24.54%
R=40.57%
G=34.89%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017212100.140.390.2238.7341.862.94
HexC8AC790E2716272a3f
Octal3102541710164726475277
Binary110010001010110011110010111010011110110100111101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AC79; }

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

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

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

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

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

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

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

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