#C69880

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

Shades of Pale Taupe #C69880

Tints of Pale Taupe #C69880

Color information

#C69880 (or 0xC69880) is unknown color: approx Pale Taupe. HEX triplet: C6, 98 and 80. RGB value is (198,152,128). Sum of RGB (Red+Green+Blue) = 198+152+128=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 198 - color contains mainly: red. Hex color #C69880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69880 is #39677F. Grayscale: #A3A3A3. Windows color (decimal): -3762048 or 8427718. OLE color: 8427718.

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

Color convert

RGB198152128-
CMYK00.230.350.22
HSL20.57º38.04%63.92%-
HSV(B)20.57º35.35%77.65%-
XYZ38.4136.0225.35-
YUV163.02108.24152.95-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.42%
GREEN value IS 152 (59.77% from 255) = 31.80%
BLUE value IS 128 (50.39% from 255) = 26.78%
R=41.42%
G=31.80%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815212800.230.350.2220.5738.0463.92
HexC698800172316152640
Octal30623020002743262546100
Binary11000110100110001000000001011110001110110101011001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69880; }

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

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

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

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

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

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

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

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