#C79880

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

Shades of Pale Taupe #C79880

Tints of Pale Taupe #C79880

Color information

#C79880 (or 0xC79880) is unknown color: approx Pale Taupe. HEX triplet: C7, 98 and 80. RGB value is (199,152,128). Sum of RGB (Red+Green+Blue) = 199+152+128=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C79880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79880 is #38677F. Grayscale: #A3A3A3. Windows color (decimal): -3696512 or 8427719. OLE color: 8427719.

HSL color Cylindrical-coordinate representation of color #C79880: hue angle of 20.28º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C79880 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB199152128-
CMYK00.240.360.22
HSL20.28º38.8%64.12%-
HSV(B)20.28º35.68%78.04%-
XYZ38.6836.1625.36-
YUV163.32108.07153.45-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.54%
GREEN value IS 152 (59.77% from 255) = 31.73%
BLUE value IS 128 (50.39% from 255) = 26.72%
R=41.54%
G=31.73%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915212800.240.360.2220.2838.864.12
HexC798800182416142740
Octal30723020003044262447100
Binary11000111100110001000000001100010010010110101001001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79880; }

 p { color: rgb(199,152,128); }

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

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

 a { background-color: rgb(199,152,128); }

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

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

 span { border-color: rgb(199,152,128); }

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