#C2AE70

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

Shades of Putty #C2AE70

Tints of Putty #C2AE70

Color information

#C2AE70 (or 0xC2AE70) is unknown color: approx Putty. HEX triplet: C2, AE and 70. RGB value is (194,174,112). Sum of RGB (Red+Green+Blue) = 194+174+112=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AE70 is #3D518F. Grayscale: #ADADAD. Windows color (decimal): -4018576 or 7384770. OLE color: 7384770.

HSL color Cylindrical-coordinate representation of color #C2AE70: hue angle of 45.37º 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 #C2AE70 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB194174112-
CMYK00.100.420.24
HSL45.37º40.2%60%-
HSV(B)45.37º42.27%76.08%-
XYZ40.3142.9121.49-
YUV172.9193.63143.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.42%
GREEN value IS 174 (68.36% from 255) = 36.25%
BLUE value IS 112 (44.14% from 255) = 23.33%
R=40.42%
G=36.25%
B=23.33%

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
Decimal19417411200.100.420.2445.3740.260
HexC2AE700A2A182d283c
Octal3022561600125230555074
Binary110000101010111011100000101010101011000101101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AE70; }

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

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

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

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

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

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

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

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