Shades of Oriental Pink #CE8F88
Tints of Oriental Pink #CE8F88
RGB
CMYK
RGB Variations
Color information
#CE8F88 (or 0xCE8F88) is known color: Oriental Pink. HEX triplet: CE, 8F and 88. RGB value is (206,143,136). Sum of RGB (Red+Green+Blue) = 206+143+136=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8F88 is #317077. Grayscale: #A1A1A1. Windows color (decimal): -3240056 or 8949710. OLE color: 8949710.
HSL color Cylindrical-coordinate representation of color #CE8F88: hue angle of 6º 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 #CE8F88 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 143 | 136 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.19 |
| HSL | 6º | 0.42% | 0.67% | - |
| HSV(B) | 6º | 0.34% | 0.81% | - |
| XYZ | 39.72 | 34.54 | 27.87 | - |
| YUV | 161.04 | 113.87 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 143 | 136 | 0 | 0.31 | 0.34 | 0.19 | 6 | 0.42 | 0.67 |
| Hex | CE | 8F | 88 | 0 | 1F | 22 | 13 | 6 | 2A | 43 |
| Octal | 316 | 217 | 210 | 0 | 37 | 42 | 23 | 6 | 52 | 103 |
| Binary | 11001110 | 10001111 | 10001000 | 0 | 11111 | 100010 | 10011 | 110 | 101010 | 1000011 |
Color Harmonies of #CE8F88
Complementary color
Monochromatic Colors of #CE8F88
Black with #CE8F88
Text Example
Text Example
White with #CE8F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8F88; }
p { color: rgb(206,143,136); }
H1.HeaderClassName
{
color: #CE8F88;
}
.AnyTagClassName
{
color: #CE8F88;
}
</style>
background-color css
<style>
a { background-color: #CE8F88; }
a { background-color: rgb(206,143,136); }
div.DivClassName
{
background-color: #CE8F88;
}
.BgClassName
{
background-color: #CE8F88;
}
</style>
border-color css
<style>
span { border-color: #CE8F88; }
span { border-color: rgb(206,143,136); }
td.TdClassName
{
border-color: #CE8F88;
}
.TagClassName
{
border-color: #CE8F88;
}
</style>