Shades of Oriental Pink #CE9188
Tints of Oriental Pink #CE9188
RGB
CMYK
RGB Variations
Color information
#CE9188 (or 0xCE9188) is known color: Oriental Pink. HEX triplet: CE, 91 and 88. RGB value is (206,145,136). Sum of RGB (Red+Green+Blue) = 206+145+136=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 145 (57.03% from 255 or 29.77% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9188 is #316E77. Grayscale: #A2A2A2. Windows color (decimal): -3239544 or 8950222. OLE color: 8950222.
HSL color Cylindrical-coordinate representation of color #CE9188: hue angle of 7.71º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE9188 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 145 | 136 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.19 |
| HSL | 7.71º | 0.42% | 0.67% | - |
| HSV(B) | 7.71º | 0.34% | 0.81% | - |
| XYZ | 40.02 | 35.15 | 27.97 | - |
| YUV | 162.21 | 113.21 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 145 | 136 | 0 | 0.30 | 0.34 | 0.19 | 7.71 | 0.42 | 0.67 |
| Hex | CE | 91 | 88 | 0 | 1E | 22 | 13 | 8 | 2A | 43 |
| Octal | 316 | 221 | 210 | 0 | 36 | 42 | 23 | 10 | 52 | 103 |
| Binary | 11001110 | 10010001 | 10001000 | 0 | 11110 | 100010 | 10011 | 1000 | 101010 | 1000011 |
Color Harmonies of #CE9188
Complementary color
Monochromatic Colors of #CE9188
Black with #CE9188
Text Example
Text Example
White with #CE9188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9188; }
p { color: rgb(206,145,136); }
H1.HeaderClassName
{
color: #CE9188;
}
.AnyTagClassName
{
color: #CE9188;
}
</style>
background-color css
<style>
a { background-color: #CE9188; }
a { background-color: rgb(206,145,136); }
div.DivClassName
{
background-color: #CE9188;
}
.BgClassName
{
background-color: #CE9188;
}
</style>
border-color css
<style>
span { border-color: #CE9188; }
span { border-color: rgb(206,145,136); }
td.TdClassName
{
border-color: #CE9188;
}
.TagClassName
{
border-color: #CE9188;
}
</style>