Shades of Oriental Pink #CE8E8A
Tints of Oriental Pink #CE8E8A
RGB
CMYK
RGB Variations
Color information
#CE8E8A (or 0xCE8E8A) is known color: Oriental Pink. HEX triplet: CE, 8E and 8A. RGB value is (206,142,138). Sum of RGB (Red+Green+Blue) = 206+142+138=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 142 (55.86% from 255 or 29.22% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8E8A is #317175. Grayscale: #A0A0A0. Windows color (decimal): -3240310 or 9080526. OLE color: 9080526.
HSL color Cylindrical-coordinate representation of color #CE8E8A: hue angle of 3.53º 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 #CE8E8A is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 142 | 138 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.19 |
| HSL | 3.53º | 0.41% | 0.67% | - |
| HSV(B) | 3.53º | 0.33% | 0.81% | - |
| XYZ | 39.71 | 34.3 | 28.57 | - |
| YUV | 160.68 | 115.2 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 142 | 138 | 0 | 0.31 | 0.33 | 0.19 | 3.53 | 0.41 | 0.67 |
| Hex | CE | 8E | 8A | 0 | 1F | 21 | 13 | 4 | 29 | 43 |
| Octal | 316 | 216 | 212 | 0 | 37 | 41 | 23 | 4 | 51 | 103 |
| Binary | 11001110 | 10001110 | 10001010 | 0 | 11111 | 100001 | 10011 | 100 | 101001 | 1000011 |
Color Harmonies of #CE8E8A
Complementary color
Monochromatic Colors of #CE8E8A
Black with #CE8E8A
Text Example
Text Example
White with #CE8E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8E8A; }
p { color: rgb(206,142,138); }
H1.HeaderClassName
{
color: #CE8E8A;
}
.AnyTagClassName
{
color: #CE8E8A;
}
</style>
background-color css
<style>
a { background-color: #CE8E8A; }
a { background-color: rgb(206,142,138); }
div.DivClassName
{
background-color: #CE8E8A;
}
.BgClassName
{
background-color: #CE8E8A;
}
</style>
border-color css
<style>
span { border-color: #CE8E8A; }
span { border-color: rgb(206,142,138); }
td.TdClassName
{
border-color: #CE8E8A;
}
.TagClassName
{
border-color: #CE8E8A;
}
</style>