Shades of Oriental Pink #CE908A
Tints of Oriental Pink #CE908A
RGB
CMYK
RGB Variations
Color information
#CE908A (or 0xCE908A) is known color: Oriental Pink. HEX triplet: CE, 90 and 8A. RGB value is (206,144,138). Sum of RGB (Red+Green+Blue) = 206+144+138=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CE908A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE908A is #316F75. Grayscale: #A1A1A1. Windows color (decimal): -3239798 or 9081038. OLE color: 9081038.
HSL color Cylindrical-coordinate representation of color #CE908A: hue angle of 5.29º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE908A is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 144 | 138 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.19 |
| HSL | 5.29º | 0.41% | 0.67% | - |
| HSV(B) | 5.29º | 0.33% | 0.81% | - |
| XYZ | 40.01 | 34.9 | 28.67 | - |
| YUV | 161.85 | 114.54 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 138 | 0 | 0.30 | 0.33 | 0.19 | 5.29 | 0.41 | 0.67 |
| Hex | CE | 90 | 8A | 0 | 1E | 21 | 13 | 5 | 29 | 43 |
| Octal | 316 | 220 | 212 | 0 | 36 | 41 | 23 | 5 | 51 | 103 |
| Binary | 11001110 | 10010000 | 10001010 | 0 | 11110 | 100001 | 10011 | 101 | 101001 | 1000011 |
Color Harmonies of #CE908A
Complementary color
Monochromatic Colors of #CE908A
Black with #CE908A
Text Example
Text Example
White with #CE908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE908A; }
p { color: rgb(206,144,138); }
H1.HeaderClassName
{
color: #CE908A;
}
.AnyTagClassName
{
color: #CE908A;
}
</style>
background-color css
<style>
a { background-color: #CE908A; }
a { background-color: rgb(206,144,138); }
div.DivClassName
{
background-color: #CE908A;
}
.BgClassName
{
background-color: #CE908A;
}
</style>
border-color css
<style>
span { border-color: #CE908A; }
span { border-color: rgb(206,144,138); }
td.TdClassName
{
border-color: #CE908A;
}
.TagClassName
{
border-color: #CE908A;
}
</style>