#C2A770

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

Shades of Putty #C2A770

Tints of Putty #C2A770

Color information

#C2A770 (or 0xC2A770) is unknown color: approx Putty. HEX triplet: C2, A7 and 70. RGB value is (194,167,112). Sum of RGB (Red+Green+Blue) = 194+167+112=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 167 (65.62% from 255 or 35.31% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A770 is #3D588F. Grayscale: #A9A9A9. Windows color (decimal): -4020368 or 7382978. OLE color: 7382978.

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

Color convert

RGB194167112-
CMYK00.140.420.24
HSL40.24º40.2%60%-
HSV(B)40.24º42.27%76.08%-
XYZ38.9940.2821.05-
YUV168.895.95145.97-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.01%
GREEN value IS 167 (65.62% from 255) = 35.31%
BLUE value IS 112 (44.14% from 255) = 23.68%
R=41.01%
G=35.31%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416711200.140.420.2440.2440.260
HexC2A7700E2A1828283c
Octal3022471600165230505074
Binary110000101010011111100000111010101011000101000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A770; }

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

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

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

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

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

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

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

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