Shades of Oriental Pink #CE908C
Tints of Oriental Pink #CE908C
RGB
CMYK
RGB Variations
Color information
#CE908C (or 0xCE908C) is known color: Oriental Pink. HEX triplet: CE, 90 and 8C. RGB value is (206,144,140). Sum of RGB (Red+Green+Blue) = 206+144+140=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CE908C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE908C is #316F73. Grayscale: #A2A2A2. Windows color (decimal): -3239796 or 9212110. OLE color: 9212110.
HSL color Cylindrical-coordinate representation of color #CE908C: hue angle of 3.64º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CE908C is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 144 | 140 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.19 |
| HSL | 3.64º | 0.4% | 0.68% | - |
| HSV(B) | 3.64º | 0.32% | 0.81% | - |
| XYZ | 40.16 | 34.96 | 29.44 | - |
| YUV | 162.08 | 115.54 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 140 | 0 | 0.30 | 0.32 | 0.19 | 3.64 | 0.4 | 0.68 |
| Hex | CE | 90 | 8C | 0 | 1E | 20 | 13 | 4 | 28 | 44 |
| Octal | 316 | 220 | 214 | 0 | 36 | 40 | 23 | 4 | 50 | 104 |
| Binary | 11001110 | 10010000 | 10001100 | 0 | 11110 | 100000 | 10011 | 100 | 101000 | 1000100 |
Color Harmonies of #CE908C
Complementary color
Monochromatic Colors of #CE908C
Black with #CE908C
Text Example
Text Example
White with #CE908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE908C; }
p { color: rgb(206,144,140); }
H1.HeaderClassName
{
color: #CE908C;
}
.AnyTagClassName
{
color: #CE908C;
}
</style>
background-color css
<style>
a { background-color: #CE908C; }
a { background-color: rgb(206,144,140); }
div.DivClassName
{
background-color: #CE908C;
}
.BgClassName
{
background-color: #CE908C;
}
</style>
border-color css
<style>
span { border-color: #CE908C; }
span { border-color: rgb(206,144,140); }
td.TdClassName
{
border-color: #CE908C;
}
.TagClassName
{
border-color: #CE908C;
}
</style>