#C2AB6E

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

Shades of Putty #C2AB6E

Tints of Putty #C2AB6E

Color information

#C2AB6E (or 0xC2AB6E) is unknown color: approx Putty. HEX triplet: C2, AB and 6E. RGB value is (194,171,110). Sum of RGB (Red+Green+Blue) = 194+171+110=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AB6E is #3D5491. Grayscale: #ABABAB. Windows color (decimal): -4019346 or 7252930. OLE color: 7252930.

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

Color convert

RGB194171110-
CMYK00.120.430.24
HSL43.57º40.78%59.61%-
HSV(B)43.57º43.3%76.08%-
XYZ39.6341.7220.72-
YUV170.9293.62144.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.84%
GREEN value IS 171 (67.19% from 255) = 36%
BLUE value IS 110 (43.36% from 255) = 23.16%
R=40.84%
G=36%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417111000.120.430.2443.5740.7859.61
HexC2AB6E0C2B182c293c
Octal3022531560145330545174
Binary110000101010101111011100110010101111000101100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AB6E; }

 p { color: rgb(194,171,110); }

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

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

 a { background-color: rgb(194,171,110); }

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

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

 span { border-color: rgb(194,171,110); }

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