Shades of Pale Taupe #C28F78
Tints of Pale Taupe #C28F78
RGB
CMYK
RGB Variations
Color information
#C28F78 (or 0xC28F78) is known color: Pale Taupe. HEX triplet: C2, 8F and 78. RGB value is (194,143,120). Sum of RGB (Red+Green+Blue) = 194+143+120=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28F78 is #3D7087. Grayscale: #9B9B9B. Windows color (decimal): -4026504 or 7901122. OLE color: 7901122.
HSL color Cylindrical-coordinate representation of color #C28F78: hue angle of 18.65º degrees, saturation: 0.38, 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 #C28F78 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 143 | 120 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.24 |
| HSL | 18.65º | 0.38% | 0.62% | - |
| HSV(B) | 18.65º | 0.38% | 0.76% | - |
| XYZ | 35.46 | 32.47 | 22.17 | - |
| YUV | 155.63 | 107.9 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 120 | 0 | 0.26 | 0.38 | 0.24 | 18.65 | 0.38 | 0.62 |
| Hex | C2 | 8F | 78 | 0 | 1A | 26 | 18 | 13 | 26 | 3E |
| Octal | 302 | 217 | 170 | 0 | 32 | 46 | 30 | 23 | 46 | 76 |
| Binary | 11000010 | 10001111 | 1111000 | 0 | 11010 | 100110 | 11000 | 10011 | 100110 | 111110 |
Color Harmonies of #C28F78
Complementary color
Monochromatic Colors of #C28F78
Black with #C28F78
Text Example
Text Example
White with #C28F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28F78; }
p { color: rgb(194,143,120); }
H1.HeaderClassName
{
color: #C28F78;
}
.AnyTagClassName
{
color: #C28F78;
}
</style>
background-color css
<style>
a { background-color: #C28F78; }
a { background-color: rgb(194,143,120); }
div.DivClassName
{
background-color: #C28F78;
}
.BgClassName
{
background-color: #C28F78;
}
</style>
border-color css
<style>
span { border-color: #C28F78; }
span { border-color: rgb(194,143,120); }
td.TdClassName
{
border-color: #C28F78;
}
.TagClassName
{
border-color: #C28F78;
}
</style>