#C7A56E

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

Shades of Putty #C7A56E

Tints of Putty #C7A56E

Color information

#C7A56E (or 0xC7A56E) is unknown color: approx Putty. HEX triplet: C7, A5 and 6E. RGB value is (199,165,110). Sum of RGB (Red+Green+Blue) = 199+165+110=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A56E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A56E is #385A91. Grayscale: #A9A9A9. Windows color (decimal): -3693202 or 7251399. OLE color: 7251399.

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

Color convert

RGB199165110-
CMYK00.170.450.22
HSL37.08º44.28%60.59%-
HSV(B)37.08º44.72%78.04%-
XYZ39.8240.1820.41-
YUV168.994.76149.47-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.98%
GREEN value IS 165 (64.84% from 255) = 34.81%
BLUE value IS 110 (43.36% from 255) = 23.21%
R=41.98%
G=34.81%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916511000.170.450.2237.0844.2860.59
HexC7A56E0112D16252c3d
Octal3072451560215526455475
Binary1100011110100101110111001000110110110110100101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A56E; }

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

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

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

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

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

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

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

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