Shades of Oriental Pink #CE8E8C
Tints of Oriental Pink #CE8E8C
RGB
CMYK
RGB Variations
Color information
#CE8E8C (or 0xCE8E8C) is known color: Oriental Pink. HEX triplet: CE, 8E and 8C. RGB value is (206,142,140). Sum of RGB (Red+Green+Blue) = 206+142+140=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8E8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8E8C is #317173. Grayscale: #A0A0A0. Windows color (decimal): -3240308 or 9211598. OLE color: 9211598.
HSL color Cylindrical-coordinate representation of color #CE8E8C: hue angle of 1.82º 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 #CE8E8C is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 142 | 140 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.19 |
| HSL | 1.82º | 0.4% | 0.68% | - |
| HSV(B) | 1.82º | 0.32% | 0.81% | - |
| XYZ | 39.86 | 34.36 | 29.34 | - |
| YUV | 160.91 | 116.2 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 142 | 140 | 0 | 0.31 | 0.32 | 0.19 | 1.82 | 0.4 | 0.68 |
| Hex | CE | 8E | 8C | 0 | 1F | 20 | 13 | 2 | 28 | 44 |
| Octal | 316 | 216 | 214 | 0 | 37 | 40 | 23 | 2 | 50 | 104 |
| Binary | 11001110 | 10001110 | 10001100 | 0 | 11111 | 100000 | 10011 | 10 | 101000 | 1000100 |
Color Harmonies of #CE8E8C
Complementary color
Monochromatic Colors of #CE8E8C
Black with #CE8E8C
Text Example
Text Example
White with #CE8E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8E8C; }
p { color: rgb(206,142,140); }
H1.HeaderClassName
{
color: #CE8E8C;
}
.AnyTagClassName
{
color: #CE8E8C;
}
</style>
background-color css
<style>
a { background-color: #CE8E8C; }
a { background-color: rgb(206,142,140); }
div.DivClassName
{
background-color: #CE8E8C;
}
.BgClassName
{
background-color: #CE8E8C;
}
</style>
border-color css
<style>
span { border-color: #CE8E8C; }
span { border-color: rgb(206,142,140); }
td.TdClassName
{
border-color: #CE8E8C;
}
.TagClassName
{
border-color: #CE8E8C;
}
</style>