Shades of Oriental Pink #C28D88
Tints of Oriental Pink #C28D88
RGB
CMYK
RGB Variations
Color information
#C28D88 (or 0xC28D88) is known color: Oriental Pink. HEX triplet: C2, 8D and 88. RGB value is (194,141,136). Sum of RGB (Red+Green+Blue) = 194+141+136=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28D88 is #3D7277. Grayscale: #9C9C9C. Windows color (decimal): -4027000 or 8949186. OLE color: 8949186.
HSL color Cylindrical-coordinate representation of color #C28D88: hue angle of 5.17º 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 #C28D88 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 141 | 136 | - |
| CMYK | 0 | 0.27 | 0.30 | 0.24 |
| HSL | 5.17º | 0.32% | 0.65% | - |
| HSV(B) | 5.17º | 0.3% | 0.76% | - |
| XYZ | 36.22 | 32.3 | 27.62 | - |
| YUV | 156.28 | 116.56 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 136 | 0 | 0.27 | 0.30 | 0.24 | 5.17 | 0.32 | 0.65 |
| Hex | C2 | 8D | 88 | 0 | 1B | 1E | 18 | 5 | 20 | 41 |
| Octal | 302 | 215 | 210 | 0 | 33 | 36 | 30 | 5 | 40 | 101 |
| Binary | 11000010 | 10001101 | 10001000 | 0 | 11011 | 11110 | 11000 | 101 | 100000 | 1000001 |
Color Harmonies of #C28D88
Complementary color
Monochromatic Colors of #C28D88
Black with #C28D88
Text Example
Text Example
White with #C28D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28D88; }
p { color: rgb(194,141,136); }
H1.HeaderClassName
{
color: #C28D88;
}
.AnyTagClassName
{
color: #C28D88;
}
</style>
background-color css
<style>
a { background-color: #C28D88; }
a { background-color: rgb(194,141,136); }
div.DivClassName
{
background-color: #C28D88;
}
.BgClassName
{
background-color: #C28D88;
}
</style>
border-color css
<style>
span { border-color: #C28D88; }
span { border-color: rgb(194,141,136); }
td.TdClassName
{
border-color: #C28D88;
}
.TagClassName
{
border-color: #C28D88;
}
</style>