Shades of Oriental Pink #CE908B
Tints of Oriental Pink #CE908B
RGB
CMYK
RGB Variations
Color information
#CE908B (or 0xCE908B) is known color: Oriental Pink. HEX triplet: CE, 90 and 8B. RGB value is (206,144,139). Sum of RGB (Red+Green+Blue) = 206+144+139=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CE908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE908B is #316F74. Grayscale: #A2A2A2. Windows color (decimal): -3239797 or 9146574. OLE color: 9146574.
HSL color Cylindrical-coordinate representation of color #CE908B: hue angle of 4.48º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE908B is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 144 | 139 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.19 |
| HSL | 4.48º | 0.41% | 0.68% | - |
| HSV(B) | 4.48º | 0.33% | 0.81% | - |
| XYZ | 40.09 | 34.93 | 29.06 | - |
| YUV | 161.97 | 115.04 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 139 | 0 | 0.30 | 0.33 | 0.19 | 4.48 | 0.41 | 0.68 |
| Hex | CE | 90 | 8B | 0 | 1E | 21 | 13 | 4 | 29 | 44 |
| Octal | 316 | 220 | 213 | 0 | 36 | 41 | 23 | 4 | 51 | 104 |
| Binary | 11001110 | 10010000 | 10001011 | 0 | 11110 | 100001 | 10011 | 100 | 101001 | 1000100 |
Color Harmonies of #CE908B
Complementary color
Monochromatic Colors of #CE908B
Black with #CE908B
Text Example
Text Example
White with #CE908B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE908B; }
p { color: rgb(206,144,139); }
H1.HeaderClassName
{
color: #CE908B;
}
.AnyTagClassName
{
color: #CE908B;
}
</style>
background-color css
<style>
a { background-color: #CE908B; }
a { background-color: rgb(206,144,139); }
div.DivClassName
{
background-color: #CE908B;
}
.BgClassName
{
background-color: #CE908B;
}
</style>
border-color css
<style>
span { border-color: #CE908B; }
span { border-color: rgb(206,144,139); }
td.TdClassName
{
border-color: #CE908B;
}
.TagClassName
{
border-color: #CE908B;
}
</style>