Shades of Pale Taupe #C2997C
Tints of Pale Taupe #C2997C
RGB
CMYK
RGB Variations
Color information
#C2997C (or 0xC2997C) is known color: Pale Taupe. HEX triplet: C2, 99 and 7C. RGB value is (194,153,124). Sum of RGB (Red+Green+Blue) = 194+153+124=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C2997C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2997C is #3D6683. Grayscale: #A2A2A2. Windows color (decimal): -4023940 or 8165826. OLE color: 8165826.
HSL color Cylindrical-coordinate representation of color #C2997C: hue angle of 24.86º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2997C is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 124 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.24 |
| HSL | 24.86º | 0.36% | 0.62% | - |
| HSV(B) | 24.86º | 0.36% | 0.76% | - |
| XYZ | 37.28 | 35.71 | 24 | - |
| YUV | 161.95 | 106.58 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 124 | 0 | 0.21 | 0.36 | 0.24 | 24.86 | 0.36 | 0.62 |
| Hex | C2 | 99 | 7C | 0 | 15 | 24 | 18 | 19 | 24 | 3E |
| Octal | 302 | 231 | 174 | 0 | 25 | 44 | 30 | 31 | 44 | 76 |
| Binary | 11000010 | 10011001 | 1111100 | 0 | 10101 | 100100 | 11000 | 11001 | 100100 | 111110 |
Color Harmonies of #C2997C
Complementary color
Monochromatic Colors of #C2997C
Black with #C2997C
Text Example
Text Example
White with #C2997C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2997C; }
p { color: rgb(194,153,124); }
H1.HeaderClassName
{
color: #C2997C;
}
.AnyTagClassName
{
color: #C2997C;
}
</style>
background-color css
<style>
a { background-color: #C2997C; }
a { background-color: rgb(194,153,124); }
div.DivClassName
{
background-color: #C2997C;
}
.BgClassName
{
background-color: #C2997C;
}
</style>
border-color css
<style>
span { border-color: #C2997C; }
span { border-color: rgb(194,153,124); }
td.TdClassName
{
border-color: #C2997C;
}
.TagClassName
{
border-color: #C2997C;
}
</style>