Shades of Pale Taupe #C28F79
Tints of Pale Taupe #C28F79
RGB
CMYK
RGB Variations
Color information
#C28F79 (or 0xC28F79) is known color: Pale Taupe. HEX triplet: C2, 8F and 79. RGB value is (194,143,121). Sum of RGB (Red+Green+Blue) = 194+143+121=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 121 (47.66% from 255 or 26.42% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28F79 is #3D7086. Grayscale: #9B9B9B. Windows color (decimal): -4026503 or 7966658. OLE color: 7966658.
HSL color Cylindrical-coordinate representation of color #C28F79: hue angle of 18.08º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C28F79 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 143 | 121 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.24 |
| HSL | 18.08º | 0.37% | 0.62% | - |
| HSV(B) | 18.08º | 0.38% | 0.76% | - |
| XYZ | 35.52 | 32.49 | 22.49 | - |
| YUV | 155.74 | 108.4 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 121 | 0 | 0.26 | 0.38 | 0.24 | 18.08 | 0.37 | 0.62 |
| Hex | C2 | 8F | 79 | 0 | 1A | 26 | 18 | 12 | 25 | 3E |
| Octal | 302 | 217 | 171 | 0 | 32 | 46 | 30 | 22 | 45 | 76 |
| Binary | 11000010 | 10001111 | 1111001 | 0 | 11010 | 100110 | 11000 | 10010 | 100101 | 111110 |
Color Harmonies of #C28F79
Complementary color
Monochromatic Colors of #C28F79
Black with #C28F79
Text Example
Text Example
White with #C28F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28F79; }
p { color: rgb(194,143,121); }
H1.HeaderClassName
{
color: #C28F79;
}
.AnyTagClassName
{
color: #C28F79;
}
</style>
background-color css
<style>
a { background-color: #C28F79; }
a { background-color: rgb(194,143,121); }
div.DivClassName
{
background-color: #C28F79;
}
.BgClassName
{
background-color: #C28F79;
}
</style>
border-color css
<style>
span { border-color: #C28F79; }
span { border-color: rgb(194,143,121); }
td.TdClassName
{
border-color: #C28F79;
}
.TagClassName
{
border-color: #C28F79;
}
</style>