#c7a96f

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

Shades of Putty #C7A96F

Tints of Putty #C7A96F

Color information

#C7A96F (or 0xC7A96F) is unknown color: approx Putty. HEX triplet: C7, A9 and 6F. RGB value is (199,169,111). Sum of RGB (Red+Green+Blue) = 199+169+111=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 111 (43.75% from 255 or 23.17% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A96F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A96F is #385690. Grayscale: #ABABAB. Windows color (decimal): -3692177 or 7317959. OLE color: 7317959.

HSL color Cylindrical-coordinate representation of color #C7A96F: hue angle of 39.55º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C7A96F is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB199169111-
CMYK00.150.440.22
HSL39.55º44%60.78%-
HSV(B)39.55º44.22%78.04%-
XYZ40.6141.6720.94-
YUV171.3693.94147.72-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.54%
GREEN value IS 169 (66.41% from 255) = 35.28%
BLUE value IS 111 (43.75% from 255) = 23.17%
R=41.54%
G=35.28%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916911100.150.440.2239.554460.78
HexC7A96F0F2C16282c3d
Octal3072511570175426505475
Binary110001111010100111011110111110110010110101000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7a96f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7a96f; }

 p { color: rgb(199,169,111); }

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

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

 a { background-color: rgb(199,169,111); }

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

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

 span { border-color: rgb(199,169,111); }

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