Shades of Pale Taupe #C2997F
Tints of Pale Taupe #C2997F
RGB
CMYK
RGB Variations
Color information
#C2997F (or 0xC2997F) is known color: Pale Taupe. HEX triplet: C2, 99 and 7F. RGB value is (194,153,127). Sum of RGB (Red+Green+Blue) = 194+153+127=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C2997F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2997F is #3D6680. Grayscale: #A2A2A2. Windows color (decimal): -4023937 or 8362434. OLE color: 8362434.
HSL color Cylindrical-coordinate representation of color #C2997F: hue angle of 23.28º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C2997F is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 127 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.24 |
| HSL | 23.28º | 0.35% | 0.63% | - |
| HSV(B) | 23.28º | 0.35% | 0.76% | - |
| XYZ | 37.47 | 35.78 | 25.01 | - |
| YUV | 162.3 | 108.08 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 127 | 0 | 0.21 | 0.35 | 0.24 | 23.28 | 0.35 | 0.63 |
| Hex | C2 | 99 | 7F | 0 | 15 | 23 | 18 | 17 | 23 | 3F |
| Octal | 302 | 231 | 177 | 0 | 25 | 43 | 30 | 27 | 43 | 77 |
| Binary | 11000010 | 10011001 | 1111111 | 0 | 10101 | 100011 | 11000 | 10111 | 100011 | 111111 |
Color Harmonies of #C2997F
Complementary color
Monochromatic Colors of #C2997F
Black with #C2997F
Text Example
Text Example
White with #C2997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2997F; }
p { color: rgb(194,153,127); }
H1.HeaderClassName
{
color: #C2997F;
}
.AnyTagClassName
{
color: #C2997F;
}
</style>
background-color css
<style>
a { background-color: #C2997F; }
a { background-color: rgb(194,153,127); }
div.DivClassName
{
background-color: #C2997F;
}
.BgClassName
{
background-color: #C2997F;
}
</style>
border-color css
<style>
span { border-color: #C2997F; }
span { border-color: rgb(194,153,127); }
td.TdClassName
{
border-color: #C2997F;
}
.TagClassName
{
border-color: #C2997F;
}
</style>