Shades of Oriental Pink #C48D87
Tints of Oriental Pink #C48D87
RGB
CMYK
RGB Variations
Color information
#C48D87 (or 0xC48D87) is known color: Oriental Pink. HEX triplet: C4, 8D and 87. RGB value is (196,141,135). Sum of RGB (Red+Green+Blue) = 196+141+135=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 135 (53.12% from 255 or 28.60% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48D87 is #3B7278. Grayscale: #9C9C9C. Windows color (decimal): -3895929 or 8883652. OLE color: 8883652.
HSL color Cylindrical-coordinate representation of color #C48D87: hue angle of 5.9º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C48D87 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 141 | 135 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.23 |
| HSL | 5.9º | 0.34% | 0.65% | - |
| HSV(B) | 5.9º | 0.31% | 0.77% | - |
| XYZ | 36.66 | 32.53 | 27.27 | - |
| YUV | 156.76 | 115.72 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 141 | 135 | 0 | 0.28 | 0.31 | 0.23 | 5.9 | 0.34 | 0.65 |
| Hex | C4 | 8D | 87 | 0 | 1C | 1F | 17 | 6 | 22 | 41 |
| Octal | 304 | 215 | 207 | 0 | 34 | 37 | 27 | 6 | 42 | 101 |
| Binary | 11000100 | 10001101 | 10000111 | 0 | 11100 | 11111 | 10111 | 110 | 100010 | 1000001 |
Color Harmonies of #C48D87
Complementary color
Monochromatic Colors of #C48D87
Black with #C48D87
Text Example
Text Example
White with #C48D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48D87; }
p { color: rgb(196,141,135); }
H1.HeaderClassName
{
color: #C48D87;
}
.AnyTagClassName
{
color: #C48D87;
}
</style>
background-color css
<style>
a { background-color: #C48D87; }
a { background-color: rgb(196,141,135); }
div.DivClassName
{
background-color: #C48D87;
}
.BgClassName
{
background-color: #C48D87;
}
</style>
border-color css
<style>
span { border-color: #C48D87; }
span { border-color: rgb(196,141,135); }
td.TdClassName
{
border-color: #C48D87;
}
.TagClassName
{
border-color: #C48D87;
}
</style>