Shades of Pale Taupe #C89978
Tints of Pale Taupe #C89978
RGB
CMYK
RGB Variations
Color information
#C89978 (or 0xC89978) is known color: Pale Taupe. HEX triplet: C8, 99 and 78. RGB value is (200,153,120). Sum of RGB (Red+Green+Blue) = 200+153+120=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C89978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89978 is #376687. Grayscale: #A3A3A3. Windows color (decimal): -3630728 or 7903688. OLE color: 7903688.
HSL color Cylindrical-coordinate representation of color #C89978: hue angle of 24.75º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C89978 is Cyan = 0, Magento = 0.24, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 153 | 120 | - |
| CMYK | 0 | 0.24 | 0.4 | 0.22 |
| HSL | 24.75º | 0.42% | 0.63% | - |
| HSV(B) | 24.75º | 0.4% | 0.78% | - |
| XYZ | 38.6 | 36.42 | 22.76 | - |
| YUV | 163.29 | 103.57 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 153 | 120 | 0 | 0.24 | 0.4 | 0.22 | 24.75 | 0.42 | 0.63 |
| Hex | C8 | 99 | 78 | 0 | 18 | 28 | 16 | 19 | 2A | 3F |
| Octal | 310 | 231 | 170 | 0 | 30 | 50 | 26 | 31 | 52 | 77 |
| Binary | 11001000 | 10011001 | 1111000 | 0 | 11000 | 101000 | 10110 | 11001 | 101010 | 111111 |
Color Harmonies of #C89978
Complementary color
Monochromatic Colors of #C89978
Black with #C89978
Text Example
Text Example
White with #C89978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89978; }
p { color: rgb(200,153,120); }
H1.HeaderClassName
{
color: #C89978;
}
.AnyTagClassName
{
color: #C89978;
}
</style>
background-color css
<style>
a { background-color: #C89978; }
a { background-color: rgb(200,153,120); }
div.DivClassName
{
background-color: #C89978;
}
.BgClassName
{
background-color: #C89978;
}
</style>
border-color css
<style>
span { border-color: #C89978; }
span { border-color: rgb(200,153,120); }
td.TdClassName
{
border-color: #C89978;
}
.TagClassName
{
border-color: #C89978;
}
</style>