Shades of Oriental Pink #C98E88
Tints of Oriental Pink #C98E88
RGB
CMYK
RGB Variations
Color information
#C98E88 (or 0xC98E88) is known color: Oriental Pink. HEX triplet: C9, 8E and 88. RGB value is (201,142,136). Sum of RGB (Red+Green+Blue) = 201+142+136=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 136 (53.52% from 255 or 28.39% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C98E88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98E88 is #367177. Grayscale: #9F9F9F. Windows color (decimal): -3567992 or 8949449. OLE color: 8949449.
HSL color Cylindrical-coordinate representation of color #C98E88: hue angle of 5.54º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C98E88 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 142 | 136 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.21 |
| HSL | 5.54º | 0.38% | 0.66% | - |
| HSV(B) | 5.54º | 0.32% | 0.79% | - |
| XYZ | 38.2 | 33.54 | 27.75 | - |
| YUV | 158.96 | 115.05 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 142 | 136 | 0 | 0.29 | 0.32 | 0.21 | 5.54 | 0.38 | 0.66 |
| Hex | C9 | 8E | 88 | 0 | 1D | 20 | 15 | 6 | 26 | 42 |
| Octal | 311 | 216 | 210 | 0 | 35 | 40 | 25 | 6 | 46 | 102 |
| Binary | 11001001 | 10001110 | 10001000 | 0 | 11101 | 100000 | 10101 | 110 | 100110 | 1000010 |
Color Harmonies of #C98E88
Complementary color
Monochromatic Colors of #C98E88
Black with #C98E88
Text Example
Text Example
White with #C98E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98E88; }
p { color: rgb(201,142,136); }
H1.HeaderClassName
{
color: #C98E88;
}
.AnyTagClassName
{
color: #C98E88;
}
</style>
background-color css
<style>
a { background-color: #C98E88; }
a { background-color: rgb(201,142,136); }
div.DivClassName
{
background-color: #C98E88;
}
.BgClassName
{
background-color: #C98E88;
}
</style>
border-color css
<style>
span { border-color: #C98E88; }
span { border-color: rgb(201,142,136); }
td.TdClassName
{
border-color: #C98E88;
}
.TagClassName
{
border-color: #C98E88;
}
</style>