Shades of Oriental Pink #C28E80
Tints of Oriental Pink #C28E80
RGB
CMYK
RGB Variations
Color information
#C28E80 (or 0xC28E80) is known color: Oriental Pink. HEX triplet: C2, 8E and 80. RGB value is (194,142,128). Sum of RGB (Red+Green+Blue) = 194+142+128=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28E80 is #3D717F. Grayscale: #9C9C9C. Windows color (decimal): -4026752 or 8425154. OLE color: 8425154.
HSL color Cylindrical-coordinate representation of color #C28E80: hue angle of 12.73º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C28E80 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 142 | 128 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.24 |
| HSL | 12.73º | 0.35% | 0.63% | - |
| HSV(B) | 12.73º | 0.34% | 0.76% | - |
| XYZ | 35.82 | 32.37 | 24.78 | - |
| YUV | 155.95 | 112.23 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 142 | 128 | 0 | 0.27 | 0.34 | 0.24 | 12.73 | 0.35 | 0.63 |
| Hex | C2 | 8E | 80 | 0 | 1B | 22 | 18 | D | 23 | 3F |
| Octal | 302 | 216 | 200 | 0 | 33 | 42 | 30 | 15 | 43 | 77 |
| Binary | 11000010 | 10001110 | 10000000 | 0 | 11011 | 100010 | 11000 | 1101 | 100011 | 111111 |
Color Harmonies of #C28E80
Complementary color
Monochromatic Colors of #C28E80
Black with #C28E80
Text Example
Text Example
White with #C28E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28E80; }
p { color: rgb(194,142,128); }
H1.HeaderClassName
{
color: #C28E80;
}
.AnyTagClassName
{
color: #C28E80;
}
</style>
background-color css
<style>
a { background-color: #C28E80; }
a { background-color: rgb(194,142,128); }
div.DivClassName
{
background-color: #C28E80;
}
.BgClassName
{
background-color: #C28E80;
}
</style>
border-color css
<style>
span { border-color: #C28E80; }
span { border-color: rgb(194,142,128); }
td.TdClassName
{
border-color: #C28E80;
}
.TagClassName
{
border-color: #C28E80;
}
</style>