Shades of Oriental Pink #C28C88
Tints of Oriental Pink #C28C88
RGB
CMYK
RGB Variations
Color information
#C28C88 (or 0xC28C88) is known color: Oriental Pink. HEX triplet: C2, 8C and 88. RGB value is (194,140,136). Sum of RGB (Red+Green+Blue) = 194+140+136=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28C88 is #3D7377. Grayscale: #9B9B9B. Windows color (decimal): -4027256 or 8948930. OLE color: 8948930.
HSL color Cylindrical-coordinate representation of color #C28C88: hue angle of 4.14º 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 #C28C88 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 140 | 136 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.24 |
| HSL | 4.14º | 0.32% | 0.65% | - |
| HSV(B) | 4.14º | 0.3% | 0.76% | - |
| XYZ | 36.07 | 32 | 27.57 | - |
| YUV | 155.69 | 116.89 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 136 | 0 | 0.28 | 0.30 | 0.24 | 4.14 | 0.32 | 0.65 |
| Hex | C2 | 8C | 88 | 0 | 1C | 1E | 18 | 4 | 20 | 41 |
| Octal | 302 | 214 | 210 | 0 | 34 | 36 | 30 | 4 | 40 | 101 |
| Binary | 11000010 | 10001100 | 10001000 | 0 | 11100 | 11110 | 11000 | 100 | 100000 | 1000001 |
Color Harmonies of #C28C88
Complementary color
Monochromatic Colors of #C28C88
Black with #C28C88
Text Example
Text Example
White with #C28C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28C88; }
p { color: rgb(194,140,136); }
H1.HeaderClassName
{
color: #C28C88;
}
.AnyTagClassName
{
color: #C28C88;
}
</style>
background-color css
<style>
a { background-color: #C28C88; }
a { background-color: rgb(194,140,136); }
div.DivClassName
{
background-color: #C28C88;
}
.BgClassName
{
background-color: #C28C88;
}
</style>
border-color css
<style>
span { border-color: #C28C88; }
span { border-color: rgb(194,140,136); }
td.TdClassName
{
border-color: #C28C88;
}
.TagClassName
{
border-color: #C28C88;
}
</style>