Shades of Oriental Pink #C28F88
Tints of Oriental Pink #C28F88
RGB
CMYK
RGB Variations
Color information
#C28F88 (or 0xC28F88) is known color: Oriental Pink. HEX triplet: C2, 8F and 88. RGB value is (194,143,136). Sum of RGB (Red+Green+Blue) = 194+143+136=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28F88 is #3D7077. Grayscale: #9D9D9D. Windows color (decimal): -4026488 or 8949698. OLE color: 8949698.
HSL color Cylindrical-coordinate representation of color #C28F88: hue angle of 7.24º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C28F88 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 143 | 136 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.24 |
| HSL | 7.24º | 0.32% | 0.65% | - |
| HSV(B) | 7.24º | 0.3% | 0.76% | - |
| XYZ | 36.51 | 32.89 | 27.72 | - |
| YUV | 157.45 | 115.9 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 136 | 0 | 0.26 | 0.30 | 0.24 | 7.24 | 0.32 | 0.65 |
| Hex | C2 | 8F | 88 | 0 | 1A | 1E | 18 | 7 | 20 | 41 |
| Octal | 302 | 217 | 210 | 0 | 32 | 36 | 30 | 7 | 40 | 101 |
| Binary | 11000010 | 10001111 | 10001000 | 0 | 11010 | 11110 | 11000 | 111 | 100000 | 1000001 |
Color Harmonies of #C28F88
Complementary color
Monochromatic Colors of #C28F88
Black with #C28F88
Text Example
Text Example
White with #C28F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28F88; }
p { color: rgb(194,143,136); }
H1.HeaderClassName
{
color: #C28F88;
}
.AnyTagClassName
{
color: #C28F88;
}
</style>
background-color css
<style>
a { background-color: #C28F88; }
a { background-color: rgb(194,143,136); }
div.DivClassName
{
background-color: #C28F88;
}
.BgClassName
{
background-color: #C28F88;
}
</style>
border-color css
<style>
span { border-color: #C28F88; }
span { border-color: rgb(194,143,136); }
td.TdClassName
{
border-color: #C28F88;
}
.TagClassName
{
border-color: #C28F88;
}
</style>