#C8A979

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

Shades of Putty #C8A979

Tints of Putty #C8A979

Color information

#C8A979 (or 0xC8A979) is unknown color: approx Putty. HEX triplet: C8, A9 and 79. RGB value is (200,169,121). Sum of RGB (Red+Green+Blue) = 200+169+121=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 121 (47.66% from 255 or 24.69% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A979 is #375686. Grayscale: #ADADAD. Windows color (decimal): -3626631 or 7973320. OLE color: 7973320.

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

Color convert

RGB200169121-
CMYK00.160.390.22
HSL36.46º41.8%62.94%-
HSV(B)36.46º39.5%78.43%-
XYZ41.4642.0424.02-
YUV172.898.77147.4-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.82%
GREEN value IS 169 (66.41% from 255) = 34.49%
BLUE value IS 121 (47.66% from 255) = 24.69%
R=40.82%
G=34.49%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016912100.160.390.2236.4641.862.94
HexC8A9790102716242a3f
Octal3102511710204726445277
Binary1100100010101001111100101000010011110110100100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A979; }

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

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

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

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

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

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

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

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