Shades of Pale Taupe #C1927E
Tints of Pale Taupe #C1927E
RGB
CMYK
RGB Variations
Color information
#C1927E (or 0xC1927E) is known color: Pale Taupe. HEX triplet: C1, 92 and 7E. RGB value is (193,146,126). Sum of RGB (Red+Green+Blue) = 193+146+126=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 193 - color contains mainly: red. Hex color #C1927E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1927E is #3E6D81. Grayscale: #9D9D9D. Windows color (decimal): -4091266 or 8295105. OLE color: 8295105.
HSL color Cylindrical-coordinate representation of color #C1927E: hue angle of 17.91º 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 #C1927E is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 126 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.24 |
| HSL | 17.91º | 0.35% | 0.63% | - |
| HSV(B) | 17.91º | 0.35% | 0.76% | - |
| XYZ | 36.04 | 33.4 | 24.29 | - |
| YUV | 157.77 | 110.07 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 126 | 0 | 0.24 | 0.35 | 0.24 | 17.91 | 0.35 | 0.63 |
| Hex | C1 | 92 | 7E | 0 | 18 | 23 | 18 | 12 | 23 | 3F |
| Octal | 301 | 222 | 176 | 0 | 30 | 43 | 30 | 22 | 43 | 77 |
| Binary | 11000001 | 10010010 | 1111110 | 0 | 11000 | 100011 | 11000 | 10010 | 100011 | 111111 |
Color Harmonies of #C1927E
Complementary color
Monochromatic Colors of #C1927E
Black with #C1927E
Text Example
Text Example
White with #C1927E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1927E; }
p { color: rgb(193,146,126); }
H1.HeaderClassName
{
color: #C1927E;
}
.AnyTagClassName
{
color: #C1927E;
}
</style>
background-color css
<style>
a { background-color: #C1927E; }
a { background-color: rgb(193,146,126); }
div.DivClassName
{
background-color: #C1927E;
}
.BgClassName
{
background-color: #C1927E;
}
</style>
border-color css
<style>
span { border-color: #C1927E; }
span { border-color: rgb(193,146,126); }
td.TdClassName
{
border-color: #C1927E;
}
.TagClassName
{
border-color: #C1927E;
}
</style>