#C2AB70

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

Shades of Putty #C2AB70

Tints of Putty #C2AB70

Color information

#C2AB70 (or 0xC2AB70) is unknown color: approx Putty. HEX triplet: C2, AB and 70. RGB value is (194,171,112). Sum of RGB (Red+Green+Blue) = 194+171+112=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AB70 is #3D548F. Grayscale: #ABABAB. Windows color (decimal): -4019344 or 7384002. OLE color: 7384002.

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

Color convert

RGB194171112-
CMYK00.120.420.24
HSL43.17º40.2%60%-
HSV(B)43.17º42.27%76.08%-
XYZ39.7441.7721.3-
YUV171.1594.62144.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.67%
GREEN value IS 171 (67.19% from 255) = 35.85%
BLUE value IS 112 (44.14% from 255) = 23.48%
R=40.67%
G=35.85%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417111200.120.420.2443.1740.260
HexC2AB700C2A182b283c
Octal3022531600145230535074
Binary110000101010101111100000110010101011000101011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AB70; }

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

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

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

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

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

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

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

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