#C7A56B

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

Shades of Putty #C7A56B

Tints of Putty #C7A56B

Color information

#C7A56B (or 0xC7A56B) is unknown color: approx Putty. HEX triplet: C7, A5 and 6B. RGB value is (199,165,107). Sum of RGB (Red+Green+Blue) = 199+165+107=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 107 (42.19% from 255 or 22.72% from 471); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A56B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A56B is #385A94. Grayscale: #A8A8A8. Windows color (decimal): -3693205 or 7054791. OLE color: 7054791.

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

Color convert

RGB199165107-
CMYK00.170.460.22
HSL37.83º45.1%60%-
HSV(B)37.83º46.23%78.04%-
XYZ39.6640.1119.56-
YUV168.5593.26149.72-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.25%
GREEN value IS 165 (64.84% from 255) = 35.03%
BLUE value IS 107 (42.19% from 255) = 22.72%
R=42.25%
G=35.03%
B=22.72%

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
Decimal19916510700.170.460.2237.8345.160
HexC7A56B0112E16262d3c
Octal3072451530215626465574
Binary1100011110100101110101101000110111010110100110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A56B; }

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

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

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

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

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

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

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

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