Shades of Pale Taupe #C89A7A
Tints of Pale Taupe #C89A7A
RGB
CMYK
RGB Variations
Color information
#C89A7A (or 0xC89A7A) is known color: Pale Taupe. HEX triplet: C8, 9A and 7A. RGB value is (200,154,122). Sum of RGB (Red+Green+Blue) = 200+154+122=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C89A7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89A7A is #376585. Grayscale: #A4A4A4. Windows color (decimal): -3630470 or 8035016. OLE color: 8035016.
HSL color Cylindrical-coordinate representation of color #C89A7A: hue angle of 24.62º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C89A7A is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 154 | 122 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.22 |
| HSL | 24.62º | 0.41% | 0.63% | - |
| HSV(B) | 24.62º | 0.39% | 0.78% | - |
| XYZ | 38.89 | 36.8 | 23.47 | - |
| YUV | 164.11 | 104.24 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 122 | 0 | 0.23 | 0.39 | 0.22 | 24.62 | 0.41 | 0.63 |
| Hex | C8 | 9A | 7A | 0 | 17 | 27 | 16 | 19 | 29 | 3F |
| Octal | 310 | 232 | 172 | 0 | 27 | 47 | 26 | 31 | 51 | 77 |
| Binary | 11001000 | 10011010 | 1111010 | 0 | 10111 | 100111 | 10110 | 11001 | 101001 | 111111 |
Color Harmonies of #C89A7A
Complementary color
Monochromatic Colors of #C89A7A
Black with #C89A7A
Text Example
Text Example
White with #C89A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89A7A; }
p { color: rgb(200,154,122); }
H1.HeaderClassName
{
color: #C89A7A;
}
.AnyTagClassName
{
color: #C89A7A;
}
</style>
background-color css
<style>
a { background-color: #C89A7A; }
a { background-color: rgb(200,154,122); }
div.DivClassName
{
background-color: #C89A7A;
}
.BgClassName
{
background-color: #C89A7A;
}
</style>
border-color css
<style>
span { border-color: #C89A7A; }
span { border-color: rgb(200,154,122); }
td.TdClassName
{
border-color: #C89A7A;
}
.TagClassName
{
border-color: #C89A7A;
}
</style>