#C2AE71

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

Shades of Putty #C2AE71

Tints of Putty #C2AE71

Color information

#C2AE71 (or 0xC2AE71) is unknown color: approx Putty. HEX triplet: C2, AE and 71. RGB value is (194,174,113). Sum of RGB (Red+Green+Blue) = 194+174+113=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AE71 is #3D518E. Grayscale: #ADADAD. Windows color (decimal): -4018575 or 7450306. OLE color: 7450306.

HSL color Cylindrical-coordinate representation of color #C2AE71: hue angle of 45.19º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C2AE71 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB194174113-
CMYK00.100.420.24
HSL45.19º39.9%60.2%-
HSV(B)45.19º41.75%76.08%-
XYZ40.3642.9321.78-
YUV173.0394.13142.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.33%
GREEN value IS 174 (68.36% from 255) = 36.17%
BLUE value IS 113 (44.53% from 255) = 23.49%
R=40.33%
G=36.17%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417411300.100.420.2445.1939.960.2
HexC2AE710A2A182d283c
Octal3022561610125230555074
Binary110000101010111011100010101010101011000101101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AE71; }

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

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

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

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

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

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

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

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