Shades of Pale Taupe #C69880
Tints of Pale Taupe #C69880
RGB
CMYK
RGB Variations
Color information
#C69880 (or 0xC69880) is known color: 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
| RGB | 198 | 152 | 128 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.22 |
| HSL | 20.57º | 0.38% | 0.64% | - |
| HSV(B) | 20.57º | 0.35% | 0.78% | - |
| XYZ | 38.41 | 36.02 | 25.35 | - |
| YUV | 163.02 | 108.24 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 128 | 0 | 0.23 | 0.35 | 0.22 | 20.57 | 0.38 | 0.64 |
| Hex | C6 | 98 | 80 | 0 | 17 | 23 | 16 | 15 | 26 | 40 |
| Octal | 306 | 230 | 200 | 0 | 27 | 43 | 26 | 25 | 46 | 100 |
| Binary | 11000110 | 10011000 | 10000000 | 0 | 10111 | 100011 | 10110 | 10101 | 100110 | 1000000 |
Color Harmonies of #C69880
Complementary color
Monochromatic Colors of #C69880
Black with #C69880
Text Example
Text Example
White with #C69880
Text Example
Text Example
HTML Codes & Css Web 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>