Shades of Oriental Pink #CB8E88
Tints of Oriental Pink #CB8E88
RGB
CMYK
RGB Variations
Color information
#CB8E88 (or 0xCB8E88) is known color: Oriental Pink. HEX triplet: CB, 8E and 88. RGB value is (203,142,136). Sum of RGB (Red+Green+Blue) = 203+142+136=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8E88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8E88 is #347177. Grayscale: #9F9F9F. Windows color (decimal): -3436920 or 8949451. OLE color: 8949451.
HSL color Cylindrical-coordinate representation of color #CB8E88: hue angle of 5.37º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB8E88 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 142 | 136 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.20 |
| HSL | 5.37º | 0.39% | 0.66% | - |
| HSV(B) | 5.37º | 0.33% | 0.8% | - |
| XYZ | 38.75 | 33.82 | 27.78 | - |
| YUV | 159.56 | 114.71 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 142 | 136 | 0 | 0.30 | 0.33 | 0.20 | 5.37 | 0.39 | 0.66 |
| Hex | CB | 8E | 88 | 0 | 1E | 21 | 14 | 5 | 27 | 42 |
| Octal | 313 | 216 | 210 | 0 | 36 | 41 | 24 | 5 | 47 | 102 |
| Binary | 11001011 | 10001110 | 10001000 | 0 | 11110 | 100001 | 10100 | 101 | 100111 | 1000010 |
Color Harmonies of #CB8E88
Complementary color
Monochromatic Colors of #CB8E88
Black with #CB8E88
Text Example
Text Example
White with #CB8E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8E88; }
p { color: rgb(203,142,136); }
H1.HeaderClassName
{
color: #CB8E88;
}
.AnyTagClassName
{
color: #CB8E88;
}
</style>
background-color css
<style>
a { background-color: #CB8E88; }
a { background-color: rgb(203,142,136); }
div.DivClassName
{
background-color: #CB8E88;
}
.BgClassName
{
background-color: #CB8E88;
}
</style>
border-color css
<style>
span { border-color: #CB8E88; }
span { border-color: rgb(203,142,136); }
td.TdClassName
{
border-color: #CB8E88;
}
.TagClassName
{
border-color: #CB8E88;
}
</style>