Shades of Pale Taupe #C0977E
Tints of Pale Taupe #C0977E
RGB
CMYK
RGB Variations
Color information
#C0977E (or 0xC0977E) is known color: Pale Taupe. HEX triplet: C0, 97 and 7E. RGB value is (192,151,126). Sum of RGB (Red+Green+Blue) = 192+151+126=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C0977E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0977E is #3F6881. Grayscale: #A0A0A0. Windows color (decimal): -4155522 or 8296384. OLE color: 8296384.
HSL color Cylindrical-coordinate representation of color #C0977E: hue angle of 22.73º 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 #C0977E is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 151 | 126 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.25 |
| HSL | 22.73º | 0.34% | 0.62% | - |
| HSV(B) | 22.73º | 0.34% | 0.75% | - |
| XYZ | 36.57 | 34.85 | 24.54 | - |
| YUV | 160.41 | 108.58 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 126 | 0 | 0.21 | 0.34 | 0.25 | 22.73 | 0.34 | 0.62 |
| Hex | C0 | 97 | 7E | 0 | 15 | 22 | 19 | 17 | 22 | 3E |
| Octal | 300 | 227 | 176 | 0 | 25 | 42 | 31 | 27 | 42 | 76 |
| Binary | 11000000 | 10010111 | 1111110 | 0 | 10101 | 100010 | 11001 | 10111 | 100010 | 111110 |
Color Harmonies of #C0977E
Complementary color
Monochromatic Colors of #C0977E
Black with #C0977E
Text Example
Text Example
White with #C0977E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0977E; }
p { color: rgb(192,151,126); }
H1.HeaderClassName
{
color: #C0977E;
}
.AnyTagClassName
{
color: #C0977E;
}
</style>
background-color css
<style>
a { background-color: #C0977E; }
a { background-color: rgb(192,151,126); }
div.DivClassName
{
background-color: #C0977E;
}
.BgClassName
{
background-color: #C0977E;
}
</style>
border-color css
<style>
span { border-color: #C0977E; }
span { border-color: rgb(192,151,126); }
td.TdClassName
{
border-color: #C0977E;
}
.TagClassName
{
border-color: #C0977E;
}
</style>