Shades of Pale Taupe #C99A78
Tints of Pale Taupe #C99A78
RGB
CMYK
RGB Variations
Color information
#C99A78 (or 0xC99A78) is known color: Pale Taupe. HEX triplet: C9, 9A and 78. RGB value is (201,154,120). Sum of RGB (Red+Green+Blue) = 201+154+120=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 120 (47.27% from 255 or 25.26% from 475); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99A78 is #366587. Grayscale: #A4A4A4. Windows color (decimal): -3564936 or 7903945. OLE color: 7903945.
HSL color Cylindrical-coordinate representation of color #C99A78: hue angle of 25.19º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C99A78 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 154 | 120 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.21 |
| HSL | 25.19º | 0.43% | 0.63% | - |
| HSV(B) | 25.19º | 0.4% | 0.79% | - |
| XYZ | 39.03 | 36.88 | 22.83 | - |
| YUV | 164.18 | 103.07 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 154 | 120 | 0 | 0.23 | 0.40 | 0.21 | 25.19 | 0.43 | 0.63 |
| Hex | C9 | 9A | 78 | 0 | 17 | 28 | 15 | 19 | 2B | 3F |
| Octal | 311 | 232 | 170 | 0 | 27 | 50 | 25 | 31 | 53 | 77 |
| Binary | 11001001 | 10011010 | 1111000 | 0 | 10111 | 101000 | 10101 | 11001 | 101011 | 111111 |
Color Harmonies of #C99A78
Complementary color
Monochromatic Colors of #C99A78
Black with #C99A78
Text Example
Text Example
White with #C99A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99A78; }
p { color: rgb(201,154,120); }
H1.HeaderClassName
{
color: #C99A78;
}
.AnyTagClassName
{
color: #C99A78;
}
</style>
background-color css
<style>
a { background-color: #C99A78; }
a { background-color: rgb(201,154,120); }
div.DivClassName
{
background-color: #C99A78;
}
.BgClassName
{
background-color: #C99A78;
}
</style>
border-color css
<style>
span { border-color: #C99A78; }
span { border-color: rgb(201,154,120); }
td.TdClassName
{
border-color: #C99A78;
}
.TagClassName
{
border-color: #C99A78;
}
</style>