Shades of Oriental Pink #CE928A
Tints of Oriental Pink #CE928A
RGB
CMYK
RGB Variations
Color information
#CE928A (or 0xCE928A) is known color: Oriental Pink. HEX triplet: CE, 92 and 8A. RGB value is (206,146,138). Sum of RGB (Red+Green+Blue) = 206+146+138=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CE928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE928A is #316D75. Grayscale: #A3A3A3. Windows color (decimal): -3239286 or 9081550. OLE color: 9081550.
HSL color Cylindrical-coordinate representation of color #CE928A: hue angle of 7.06º 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 #CE928A is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 146 | 138 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.19 |
| HSL | 7.06º | 0.41% | 0.67% | - |
| HSV(B) | 7.06º | 0.33% | 0.81% | - |
| XYZ | 40.32 | 35.51 | 28.77 | - |
| YUV | 163.03 | 113.88 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 146 | 138 | 0 | 0.29 | 0.33 | 0.19 | 7.06 | 0.41 | 0.67 |
| Hex | CE | 92 | 8A | 0 | 1D | 21 | 13 | 7 | 29 | 43 |
| Octal | 316 | 222 | 212 | 0 | 35 | 41 | 23 | 7 | 51 | 103 |
| Binary | 11001110 | 10010010 | 10001010 | 0 | 11101 | 100001 | 10011 | 111 | 101001 | 1000011 |
Color Harmonies of #CE928A
Complementary color
Monochromatic Colors of #CE928A
Black with #CE928A
Text Example
Text Example
White with #CE928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE928A; }
p { color: rgb(206,146,138); }
H1.HeaderClassName
{
color: #CE928A;
}
.AnyTagClassName
{
color: #CE928A;
}
</style>
background-color css
<style>
a { background-color: #CE928A; }
a { background-color: rgb(206,146,138); }
div.DivClassName
{
background-color: #CE928A;
}
.BgClassName
{
background-color: #CE928A;
}
</style>
border-color css
<style>
span { border-color: #CE928A; }
span { border-color: rgb(206,146,138); }
td.TdClassName
{
border-color: #CE928A;
}
.TagClassName
{
border-color: #CE928A;
}
</style>