#C7A66E

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

Shades of Putty #C7A66E

Tints of Putty #C7A66E

Color information

#C7A66E (or 0xC7A66E) is unknown color: approx Putty. HEX triplet: C7, A6 and 6E. RGB value is (199,166,110). Sum of RGB (Red+Green+Blue) = 199+166+110=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A66E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A66E is #385991. Grayscale: #A9A9A9. Windows color (decimal): -3692946 or 7251655. OLE color: 7251655.

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

Color convert

RGB199166110-
CMYK00.170.450.22
HSL37.75º44.28%60.59%-
HSV(B)37.75º44.72%78.04%-
XYZ4040.5420.47-
YUV169.4894.43149.05-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.89%
GREEN value IS 166 (65.23% from 255) = 34.95%
BLUE value IS 110 (43.36% from 255) = 23.16%
R=41.89%
G=34.95%
B=23.16%

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
Decimal19916611000.170.450.2237.7544.2860.59
HexC7A66E0112D16262c3d
Octal3072461560215526465475
Binary1100011110100110110111001000110110110110100110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A66E; }

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

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

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

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

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

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

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

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