#C59980

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

Shades of Pale Taupe #C59980

Tints of Pale Taupe #C59980

Color information

#C59980 (or 0xC59980) is unknown color: approx Pale Taupe. HEX triplet: C5, 99 and 80. RGB value is (197,153,128). Sum of RGB (Red+Green+Blue) = 197+153+128=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C59980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59980 is #3A667F. Grayscale: #A3A3A3. Windows color (decimal): -3827328 or 8427973. OLE color: 8427973.

HSL color Cylindrical-coordinate representation of color #C59980: hue angle of 21.74º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C59980 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB197153128-
CMYK00.220.350.23
HSL21.74º37.3%63.73%-
HSV(B)21.74º35.03%77.25%-
XYZ38.3136.2125.39-
YUV163.31108.08152.03-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.21%
GREEN value IS 153 (60.16% from 255) = 32.01%
BLUE value IS 128 (50.39% from 255) = 26.78%
R=41.21%
G=32.01%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19715312800.220.350.2321.7437.363.73
HexC599800162317162540
Octal30523120002643272645100
Binary11000101100110011000000001011010001110111101101001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59980; }

 p { color: rgb(197,153,128); }

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

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

 a { background-color: rgb(197,153,128); }

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

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

 span { border-color: rgb(197,153,128); }

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