Shades of Oriental Pink #CE8A8A
Tints of Oriental Pink #CE8A8A
RGB
CMYK
RGB Variations
Color information
#CE8A8A (or 0xCE8A8A) is known color: Oriental Pink. HEX triplet: CE, 8A and 8A. RGB value is (206,138,138). Sum of RGB (Red+Green+Blue) = 206+138+138=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8A8A is #317575. Grayscale: #9E9E9E. Windows color (decimal): -3241334 or 9079502. OLE color: 9079502.
HSL color Cylindrical-coordinate representation of color #CE8A8A: hue angle of 0º 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 #CE8A8A is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 138 | 138 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.19 |
| HSL | 0º | 0.41% | 0.67% | - |
| HSV(B) | 0º | 0.33% | 0.81% | - |
| XYZ | 39.13 | 33.13 | 28.38 | - |
| YUV | 158.33 | 116.53 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 138 | 138 | 0 | 0.33 | 0.33 | 0.19 | 0 | 0.41 | 0.67 |
| Hex | CE | 8A | 8A | 0 | 21 | 21 | 13 | 0 | 29 | 43 |
| Octal | 316 | 212 | 212 | 0 | 41 | 41 | 23 | 0 | 51 | 103 |
| Binary | 11001110 | 10001010 | 10001010 | 0 | 100001 | 100001 | 10011 | 0 | 101001 | 1000011 |
Color Harmonies of #CE8A8A
Complementary color
Monochromatic Colors of #CE8A8A
Black with #CE8A8A
Text Example
Text Example
White with #CE8A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8A8A; }
p { color: rgb(206,138,138); }
H1.HeaderClassName
{
color: #CE8A8A;
}
.AnyTagClassName
{
color: #CE8A8A;
}
</style>
background-color css
<style>
a { background-color: #CE8A8A; }
a { background-color: rgb(206,138,138); }
div.DivClassName
{
background-color: #CE8A8A;
}
.BgClassName
{
background-color: #CE8A8A;
}
</style>
border-color css
<style>
span { border-color: #CE8A8A; }
span { border-color: rgb(206,138,138); }
td.TdClassName
{
border-color: #CE8A8A;
}
.TagClassName
{
border-color: #CE8A8A;
}
</style>