Shades of Pale Taupe #C08F76
Tints of Pale Taupe #C08F76
RGB
CMYK
RGB Variations
Color information
#C08F76 (or 0xC08F76) is known color: Pale Taupe. HEX triplet: C0, 8F and 76. RGB value is (192,143,118). Sum of RGB (Red+Green+Blue) = 192+143+118=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08F76 is #3F7089. Grayscale: #9A9A9A. Windows color (decimal): -4157578 or 7770048. OLE color: 7770048.
HSL color Cylindrical-coordinate representation of color #C08F76: hue angle of 20.27º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C08F76 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 143 | 118 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.25 |
| HSL | 20.27º | 0.37% | 0.61% | - |
| HSV(B) | 20.27º | 0.39% | 0.75% | - |
| XYZ | 34.83 | 32.16 | 21.51 | - |
| YUV | 154.8 | 107.23 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 143 | 118 | 0 | 0.26 | 0.39 | 0.25 | 20.27 | 0.37 | 0.61 |
| Hex | C0 | 8F | 76 | 0 | 1A | 27 | 19 | 14 | 25 | 3D |
| Octal | 300 | 217 | 166 | 0 | 32 | 47 | 31 | 24 | 45 | 75 |
| Binary | 11000000 | 10001111 | 1110110 | 0 | 11010 | 100111 | 11001 | 10100 | 100101 | 111101 |
Color Harmonies of #C08F76
Complementary color
Monochromatic Colors of #C08F76
Black with #C08F76
Text Example
Text Example
White with #C08F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08F76; }
p { color: rgb(192,143,118); }
H1.HeaderClassName
{
color: #C08F76;
}
.AnyTagClassName
{
color: #C08F76;
}
</style>
background-color css
<style>
a { background-color: #C08F76; }
a { background-color: rgb(192,143,118); }
div.DivClassName
{
background-color: #C08F76;
}
.BgClassName
{
background-color: #C08F76;
}
</style>
border-color css
<style>
span { border-color: #C08F76; }
span { border-color: rgb(192,143,118); }
td.TdClassName
{
border-color: #C08F76;
}
.TagClassName
{
border-color: #C08F76;
}
</style>