Shades of Oriental Pink #C28E89
Tints of Oriental Pink #C28E89
RGB
CMYK
RGB Variations
Color information
#C28E89 (or 0xC28E89) is known color: Oriental Pink. HEX triplet: C2, 8E and 89. RGB value is (194,142,137). Sum of RGB (Red+Green+Blue) = 194+142+137=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28E89 is #3D7176. Grayscale: #9D9D9D. Windows color (decimal): -4026743 or 9014978. OLE color: 9014978.
HSL color Cylindrical-coordinate representation of color #C28E89: hue angle of 5.26º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C28E89 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 142 | 137 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.24 |
| HSL | 5.26º | 0.32% | 0.65% | - |
| HSV(B) | 5.26º | 0.29% | 0.76% | - |
| XYZ | 36.44 | 32.62 | 28.04 | - |
| YUV | 156.98 | 116.73 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 142 | 137 | 0 | 0.27 | 0.29 | 0.24 | 5.26 | 0.32 | 0.65 |
| Hex | C2 | 8E | 89 | 0 | 1B | 1D | 18 | 5 | 20 | 41 |
| Octal | 302 | 216 | 211 | 0 | 33 | 35 | 30 | 5 | 40 | 101 |
| Binary | 11000010 | 10001110 | 10001001 | 0 | 11011 | 11101 | 11000 | 101 | 100000 | 1000001 |
Color Harmonies of #C28E89
Complementary color
Monochromatic Colors of #C28E89
Black with #C28E89
Text Example
Text Example
White with #C28E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28E89; }
p { color: rgb(194,142,137); }
H1.HeaderClassName
{
color: #C28E89;
}
.AnyTagClassName
{
color: #C28E89;
}
</style>
background-color css
<style>
a { background-color: #C28E89; }
a { background-color: rgb(194,142,137); }
div.DivClassName
{
background-color: #C28E89;
}
.BgClassName
{
background-color: #C28E89;
}
</style>
border-color css
<style>
span { border-color: #C28E89; }
span { border-color: rgb(194,142,137); }
td.TdClassName
{
border-color: #C28E89;
}
.TagClassName
{
border-color: #C28E89;
}
</style>