Shades of Pale Taupe #C2997B
Tints of Pale Taupe #C2997B
RGB
CMYK
RGB Variations
Color information
#C2997B (or 0xC2997B) is known color: Pale Taupe. HEX triplet: C2, 99 and 7B. RGB value is (194,153,123). Sum of RGB (Red+Green+Blue) = 194+153+123=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C2997B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2997B is #3D6684. Grayscale: #A2A2A2. Windows color (decimal): -4023941 or 8100290. OLE color: 8100290.
HSL color Cylindrical-coordinate representation of color #C2997B: hue angle of 25.35º 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 #C2997B is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 123 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.24 |
| HSL | 25.35º | 0.37% | 0.62% | - |
| HSV(B) | 25.35º | 0.37% | 0.76% | - |
| XYZ | 37.21 | 35.68 | 23.66 | - |
| YUV | 161.84 | 106.08 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 123 | 0 | 0.21 | 0.37 | 0.24 | 25.35 | 0.37 | 0.62 |
| Hex | C2 | 99 | 7B | 0 | 15 | 25 | 18 | 19 | 25 | 3E |
| Octal | 302 | 231 | 173 | 0 | 25 | 45 | 30 | 31 | 45 | 76 |
| Binary | 11000010 | 10011001 | 1111011 | 0 | 10101 | 100101 | 11000 | 11001 | 100101 | 111110 |
Color Harmonies of #C2997B
Complementary color
Monochromatic Colors of #C2997B
Black with #C2997B
Text Example
Text Example
White with #C2997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2997B; }
p { color: rgb(194,153,123); }
H1.HeaderClassName
{
color: #C2997B;
}
.AnyTagClassName
{
color: #C2997B;
}
</style>
background-color css
<style>
a { background-color: #C2997B; }
a { background-color: rgb(194,153,123); }
div.DivClassName
{
background-color: #C2997B;
}
.BgClassName
{
background-color: #C2997B;
}
</style>
border-color css
<style>
span { border-color: #C2997B; }
span { border-color: rgb(194,153,123); }
td.TdClassName
{
border-color: #C2997B;
}
.TagClassName
{
border-color: #C2997B;
}
</style>