Shades of Pale Taupe #C0917E
Tints of Pale Taupe #C0917E
RGB
CMYK
RGB Variations
Color information
#C0917E (or 0xC0917E) is known color: Pale Taupe. HEX triplet: C0, 91 and 7E. RGB value is (192,145,126). Sum of RGB (Red+Green+Blue) = 192+145+126=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 126 (49.61% from 255 or 27.21% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C0917E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0917E is #3F6E81. Grayscale: #9D9D9D. Windows color (decimal): -4157058 or 8294848. OLE color: 8294848.
HSL color Cylindrical-coordinate representation of color #C0917E: hue angle of 17.27º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C0917E is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 145 | 126 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.25 |
| HSL | 17.27º | 0.34% | 0.62% | - |
| HSV(B) | 17.27º | 0.34% | 0.75% | - |
| XYZ | 35.63 | 32.96 | 24.22 | - |
| YUV | 156.89 | 110.57 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 145 | 126 | 0 | 0.24 | 0.34 | 0.25 | 17.27 | 0.34 | 0.62 |
| Hex | C0 | 91 | 7E | 0 | 18 | 22 | 19 | 11 | 22 | 3E |
| Octal | 300 | 221 | 176 | 0 | 30 | 42 | 31 | 21 | 42 | 76 |
| Binary | 11000000 | 10010001 | 1111110 | 0 | 11000 | 100010 | 11001 | 10001 | 100010 | 111110 |
Color Harmonies of #C0917E
Complementary color
Monochromatic Colors of #C0917E
Black with #C0917E
Text Example
Text Example
White with #C0917E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0917E; }
p { color: rgb(192,145,126); }
H1.HeaderClassName
{
color: #C0917E;
}
.AnyTagClassName
{
color: #C0917E;
}
</style>
background-color css
<style>
a { background-color: #C0917E; }
a { background-color: rgb(192,145,126); }
div.DivClassName
{
background-color: #C0917E;
}
.BgClassName
{
background-color: #C0917E;
}
</style>
border-color css
<style>
span { border-color: #C0917E; }
span { border-color: rgb(192,145,126); }
td.TdClassName
{
border-color: #C0917E;
}
.TagClassName
{
border-color: #C0917E;
}
</style>