#C7AE71

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

Shades of Putty #C7AE71

Tints of Putty #C7AE71

Color information

#C7AE71 (or 0xC7AE71) is unknown color: approx Putty. HEX triplet: C7, AE and 71. RGB value is (199,174,113). Sum of RGB (Red+Green+Blue) = 199+174+113=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AE71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AE71 is #38518E. Grayscale: #AEAEAE. Windows color (decimal): -3690895 or 7450311. OLE color: 7450311.

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

Color convert

RGB199174113-
CMYK00.130.430.22
HSL42.56º43.43%61.18%-
HSV(B)42.56º43.22%78.04%-
XYZ41.6743.6121.84-
YUV174.5293.28145.46-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.95%
GREEN value IS 174 (68.36% from 255) = 35.80%
BLUE value IS 113 (44.53% from 255) = 23.25%
R=40.95%
G=35.80%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917411300.130.430.2242.5643.4361.18
HexC7AE710D2B162b2b3d
Octal3072561610155326535375
Binary110001111010111011100010110110101110110101011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AE71; }

 p { color: rgb(199,174,113); }

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

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

 a { background-color: rgb(199,174,113); }

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

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

 span { border-color: rgb(199,174,113); }

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