Shades of Pale Taupe #C1927B
Tints of Pale Taupe #C1927B
RGB
CMYK
RGB Variations
Color information
#C1927B (or 0xC1927B) is known color: Pale Taupe. HEX triplet: C1, 92 and 7B. RGB value is (193,146,123). Sum of RGB (Red+Green+Blue) = 193+146+123=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 123 (48.44% from 255 or 26.62% from 462); Max value from RGB is 193 - color contains mainly: red. Hex color #C1927B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1927B is #3E6D84. Grayscale: #9D9D9D. Windows color (decimal): -4091269 or 8098497. OLE color: 8098497.
HSL color Cylindrical-coordinate representation of color #C1927B: hue angle of 19.71º 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 #C1927B is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 123 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.24 |
| HSL | 19.71º | 0.36% | 0.62% | - |
| HSV(B) | 19.71º | 0.36% | 0.76% | - |
| XYZ | 35.85 | 33.33 | 23.28 | - |
| YUV | 157.43 | 108.57 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 123 | 0 | 0.24 | 0.36 | 0.24 | 19.71 | 0.36 | 0.62 |
| Hex | C1 | 92 | 7B | 0 | 18 | 24 | 18 | 14 | 24 | 3E |
| Octal | 301 | 222 | 173 | 0 | 30 | 44 | 30 | 24 | 44 | 76 |
| Binary | 11000001 | 10010010 | 1111011 | 0 | 11000 | 100100 | 11000 | 10100 | 100100 | 111110 |
Color Harmonies of #C1927B
Complementary color
Monochromatic Colors of #C1927B
Black with #C1927B
Text Example
Text Example
White with #C1927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1927B; }
p { color: rgb(193,146,123); }
H1.HeaderClassName
{
color: #C1927B;
}
.AnyTagClassName
{
color: #C1927B;
}
</style>
background-color css
<style>
a { background-color: #C1927B; }
a { background-color: rgb(193,146,123); }
div.DivClassName
{
background-color: #C1927B;
}
.BgClassName
{
background-color: #C1927B;
}
</style>
border-color css
<style>
span { border-color: #C1927B; }
span { border-color: rgb(193,146,123); }
td.TdClassName
{
border-color: #C1927B;
}
.TagClassName
{
border-color: #C1927B;
}
</style>