Shades of Pale Taupe #C2987A
Tints of Pale Taupe #C2987A
RGB
CMYK
RGB Variations
Color information
#C2987A (or 0xC2987A) is known color: Pale Taupe. HEX triplet: C2, 98 and 7A. RGB value is (194,152,122). Sum of RGB (Red+Green+Blue) = 194+152+122=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 122 (48.05% from 255 or 26.07% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C2987A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2987A is #3D6785. Grayscale: #A1A1A1. Windows color (decimal): -4024198 or 8034498. OLE color: 8034498.
HSL color Cylindrical-coordinate representation of color #C2987A: hue angle of 25º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2987A is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 152 | 122 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.24 |
| HSL | 25º | 0.37% | 0.62% | - |
| HSV(B) | 25º | 0.37% | 0.76% | - |
| XYZ | 36.99 | 35.33 | 23.28 | - |
| YUV | 161.14 | 105.91 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 152 | 122 | 0 | 0.22 | 0.37 | 0.24 | 25 | 0.37 | 0.62 |
| Hex | C2 | 98 | 7A | 0 | 16 | 25 | 18 | 19 | 25 | 3E |
| Octal | 302 | 230 | 172 | 0 | 26 | 45 | 30 | 31 | 45 | 76 |
| Binary | 11000010 | 10011000 | 1111010 | 0 | 10110 | 100101 | 11000 | 11001 | 100101 | 111110 |
Color Harmonies of #C2987A
Complementary color
Monochromatic Colors of #C2987A
Black with #C2987A
Text Example
Text Example
White with #C2987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2987A; }
p { color: rgb(194,152,122); }
H1.HeaderClassName
{
color: #C2987A;
}
.AnyTagClassName
{
color: #C2987A;
}
</style>
background-color css
<style>
a { background-color: #C2987A; }
a { background-color: rgb(194,152,122); }
div.DivClassName
{
background-color: #C2987A;
}
.BgClassName
{
background-color: #C2987A;
}
</style>
border-color css
<style>
span { border-color: #C2987A; }
span { border-color: rgb(194,152,122); }
td.TdClassName
{
border-color: #C2987A;
}
.TagClassName
{
border-color: #C2987A;
}
</style>