Shades of Oriental Pink #C98987
Tints of Oriental Pink #C98987
RGB
CMYK
RGB Variations
Color information
#C98987 (or 0xC98987) is known color: Oriental Pink. HEX triplet: C9, 89 and 87. RGB value is (201,137,135). Sum of RGB (Red+Green+Blue) = 201+137+135=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C98987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98987 is #367678. Grayscale: #9B9B9B. Windows color (decimal): -3569273 or 8882633. OLE color: 8882633.
HSL color Cylindrical-coordinate representation of color #C98987: hue angle of 1.82º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C98987 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 137 | 135 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.21 |
| HSL | 1.82º | 0.38% | 0.66% | - |
| HSV(B) | 1.82º | 0.33% | 0.79% | - |
| XYZ | 37.41 | 32.06 | 27.14 | - |
| YUV | 155.91 | 116.2 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 135 | 0 | 0.32 | 0.33 | 0.21 | 1.82 | 0.38 | 0.66 |
| Hex | C9 | 89 | 87 | 0 | 20 | 21 | 15 | 2 | 26 | 42 |
| Octal | 311 | 211 | 207 | 0 | 40 | 41 | 25 | 2 | 46 | 102 |
| Binary | 11001001 | 10001001 | 10000111 | 0 | 100000 | 100001 | 10101 | 10 | 100110 | 1000010 |
Color Harmonies of #C98987
Complementary color
Monochromatic Colors of #C98987
Black with #C98987
Text Example
Text Example
White with #C98987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98987; }
p { color: rgb(201,137,135); }
H1.HeaderClassName
{
color: #C98987;
}
.AnyTagClassName
{
color: #C98987;
}
</style>
background-color css
<style>
a { background-color: #C98987; }
a { background-color: rgb(201,137,135); }
div.DivClassName
{
background-color: #C98987;
}
.BgClassName
{
background-color: #C98987;
}
</style>
border-color css
<style>
span { border-color: #C98987; }
span { border-color: rgb(201,137,135); }
td.TdClassName
{
border-color: #C98987;
}
.TagClassName
{
border-color: #C98987;
}
</style>