#C7A56C

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

Shades of Putty #C7A56C

Tints of Putty #C7A56C

Color information

#C7A56C (or 0xC7A56C) is unknown color: approx Putty. HEX triplet: C7, A5 and 6C. RGB value is (199,165,108). Sum of RGB (Red+Green+Blue) = 199+165+108=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A56C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A56C is #385A93. Grayscale: #A8A8A8. Windows color (decimal): -3693204 or 7120327. OLE color: 7120327.

HSL color Cylindrical-coordinate representation of color #C7A56C: hue angle of 37.58º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C7A56C is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB199165108-
CMYK00.170.460.22
HSL37.58º44.83%60.2%-
HSV(B)37.58º45.73%78.04%-
XYZ39.7240.1419.84-
YUV168.6793.76149.63-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.16%
GREEN value IS 165 (64.84% from 255) = 34.96%
BLUE value IS 108 (42.58% from 255) = 22.88%
R=42.16%
G=34.96%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916510800.170.460.2237.5844.8360.2
HexC7A56C0112E16262d3c
Octal3072451540215626465574
Binary1100011110100101110110001000110111010110100110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A56C; }

 p { color: rgb(199,165,108); }

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

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

 a { background-color: rgb(199,165,108); }

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

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

 span { border-color: rgb(199,165,108); }

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