Shades of Oriental Pink #CE9088
Tints of Oriental Pink #CE9088
RGB
CMYK
RGB Variations
Color information
#CE9088 (or 0xCE9088) is known color: Oriental Pink. HEX triplet: CE, 90 and 88. RGB value is (206,144,136). Sum of RGB (Red+Green+Blue) = 206+144+136=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9088 is #316F77. Grayscale: #A1A1A1. Windows color (decimal): -3239800 or 8949966. OLE color: 8949966.
HSL color Cylindrical-coordinate representation of color #CE9088: hue angle of 6.86º 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 #CE9088 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 144 | 136 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.19 |
| HSL | 6.86º | 0.42% | 0.67% | - |
| HSV(B) | 6.86º | 0.34% | 0.81% | - |
| XYZ | 39.87 | 34.85 | 27.92 | - |
| YUV | 161.63 | 113.54 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 136 | 0 | 0.30 | 0.34 | 0.19 | 6.86 | 0.42 | 0.67 |
| Hex | CE | 90 | 88 | 0 | 1E | 22 | 13 | 7 | 2A | 43 |
| Octal | 316 | 220 | 210 | 0 | 36 | 42 | 23 | 7 | 52 | 103 |
| Binary | 11001110 | 10010000 | 10001000 | 0 | 11110 | 100010 | 10011 | 111 | 101010 | 1000011 |
Color Harmonies of #CE9088
Complementary color
Monochromatic Colors of #CE9088
Black with #CE9088
Text Example
Text Example
White with #CE9088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9088; }
p { color: rgb(206,144,136); }
H1.HeaderClassName
{
color: #CE9088;
}
.AnyTagClassName
{
color: #CE9088;
}
</style>
background-color css
<style>
a { background-color: #CE9088; }
a { background-color: rgb(206,144,136); }
div.DivClassName
{
background-color: #CE9088;
}
.BgClassName
{
background-color: #CE9088;
}
</style>
border-color css
<style>
span { border-color: #CE9088; }
span { border-color: rgb(206,144,136); }
td.TdClassName
{
border-color: #CE9088;
}
.TagClassName
{
border-color: #CE9088;
}
</style>