#C2AD71

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

Shades of Putty #C2AD71

Tints of Putty #C2AD71

Color information

#C2AD71 (or 0xC2AD71) is unknown color: approx Putty. HEX triplet: C2, AD and 71. RGB value is (194,173,113). Sum of RGB (Red+Green+Blue) = 194+173+113=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AD71 is #3D528E. Grayscale: #ACACAC. Windows color (decimal): -4018831 or 7450050. OLE color: 7450050.

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

Color convert

RGB194173113-
CMYK00.110.420.24
HSL44.44º39.9%60.2%-
HSV(B)44.44º41.75%76.08%-
XYZ40.1742.5521.72-
YUV172.4494.46143.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.42%
GREEN value IS 173 (67.97% from 255) = 36.04%
BLUE value IS 113 (44.53% from 255) = 23.54%
R=40.42%
G=36.04%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417311300.110.420.2444.4439.960.2
HexC2AD710B2A182c283c
Octal3022551610135230545074
Binary110000101010110111100010101110101011000101100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AD71; }

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

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

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

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

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

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

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

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