Shades of Pale Taupe #C08F72
Tints of Pale Taupe #C08F72
RGB
CMYK
RGB Variations
Color information
#C08F72 (or 0xC08F72) is known color: Pale Taupe. HEX triplet: C0, 8F and 72. RGB value is (192,143,114). Sum of RGB (Red+Green+Blue) = 192+143+114=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08F72 is #3F708D. Grayscale: #9A9A9A. Windows color (decimal): -4157582 or 7507904. OLE color: 7507904.
HSL color Cylindrical-coordinate representation of color #C08F72: hue angle of 22.31º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C08F72 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 143 | 114 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.25 |
| HSL | 22.31º | 0.38% | 0.6% | - |
| HSV(B) | 22.31º | 0.41% | 0.75% | - |
| XYZ | 34.6 | 32.07 | 20.29 | - |
| YUV | 154.35 | 105.23 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 143 | 114 | 0 | 0.26 | 0.41 | 0.25 | 22.31 | 0.38 | 0.6 |
| Hex | C0 | 8F | 72 | 0 | 1A | 29 | 19 | 16 | 26 | 3C |
| Octal | 300 | 217 | 162 | 0 | 32 | 51 | 31 | 26 | 46 | 74 |
| Binary | 11000000 | 10001111 | 1110010 | 0 | 11010 | 101001 | 11001 | 10110 | 100110 | 111100 |
Color Harmonies of #C08F72
Complementary color
Monochromatic Colors of #C08F72
Black with #C08F72
Text Example
Text Example
White with #C08F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08F72; }
p { color: rgb(192,143,114); }
H1.HeaderClassName
{
color: #C08F72;
}
.AnyTagClassName
{
color: #C08F72;
}
</style>
background-color css
<style>
a { background-color: #C08F72; }
a { background-color: rgb(192,143,114); }
div.DivClassName
{
background-color: #C08F72;
}
.BgClassName
{
background-color: #C08F72;
}
</style>
border-color css
<style>
span { border-color: #C08F72; }
span { border-color: rgb(192,143,114); }
td.TdClassName
{
border-color: #C08F72;
}
.TagClassName
{
border-color: #C08F72;
}
</style>