Shades of Pale Taupe #C2927B
Tints of Pale Taupe #C2927B
RGB
CMYK
RGB Variations
Color information
#C2927B (or 0xC2927B) is known color: Pale Taupe. HEX triplet: C2, 92 and 7B. RGB value is (194,146,123). Sum of RGB (Red+Green+Blue) = 194+146+123=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C2927B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2927B is #3D6D84. Grayscale: #9D9D9D. Windows color (decimal): -4025733 or 8098498. OLE color: 8098498.
HSL color Cylindrical-coordinate representation of color #C2927B: hue angle of 19.44º 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 #C2927B is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 146 | 123 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.24 |
| HSL | 19.44º | 0.37% | 0.62% | - |
| HSV(B) | 19.44º | 0.37% | 0.76% | - |
| XYZ | 36.1 | 33.46 | 23.29 | - |
| YUV | 157.73 | 108.4 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 123 | 0 | 0.25 | 0.37 | 0.24 | 19.44 | 0.37 | 0.62 |
| Hex | C2 | 92 | 7B | 0 | 19 | 25 | 18 | 13 | 25 | 3E |
| Octal | 302 | 222 | 173 | 0 | 31 | 45 | 30 | 23 | 45 | 76 |
| Binary | 11000010 | 10010010 | 1111011 | 0 | 11001 | 100101 | 11000 | 10011 | 100101 | 111110 |
Color Harmonies of #C2927B
Complementary color
Monochromatic Colors of #C2927B
Black with #C2927B
Text Example
Text Example
White with #C2927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2927B; }
p { color: rgb(194,146,123); }
H1.HeaderClassName
{
color: #C2927B;
}
.AnyTagClassName
{
color: #C2927B;
}
</style>
background-color css
<style>
a { background-color: #C2927B; }
a { background-color: rgb(194,146,123); }
div.DivClassName
{
background-color: #C2927B;
}
.BgClassName
{
background-color: #C2927B;
}
</style>
border-color css
<style>
span { border-color: #C2927B; }
span { border-color: rgb(194,146,123); }
td.TdClassName
{
border-color: #C2927B;
}
.TagClassName
{
border-color: #C2927B;
}
</style>