Shades of Oriental Pink #CB8887
Tints of Oriental Pink #CB8887
RGB
CMYK
RGB Variations
Color information
#CB8887 (or 0xCB8887) is known color: Oriental Pink. HEX triplet: CB, 88 and 87. RGB value is (203,136,135). Sum of RGB (Red+Green+Blue) = 203+136+135=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 135 (53.12% from 255 or 28.48% from 474); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8887 is #347778. Grayscale: #9B9B9B. Windows color (decimal): -3438457 or 8882379. OLE color: 8882379.
HSL color Cylindrical-coordinate representation of color #CB8887: hue angle of 0.88º degrees, saturation: 0.4, 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 #CB8887 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 135 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.20 |
| HSL | 0.88º | 0.4% | 0.66% | - |
| HSV(B) | 0.88º | 0.33% | 0.8% | - |
| XYZ | 37.81 | 32.05 | 27.12 | - |
| YUV | 155.92 | 116.2 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 135 | 0 | 0.33 | 0.33 | 0.20 | 0.88 | 0.4 | 0.66 |
| Hex | CB | 88 | 87 | 0 | 21 | 21 | 14 | 1 | 28 | 42 |
| Octal | 313 | 210 | 207 | 0 | 41 | 41 | 24 | 1 | 50 | 102 |
| Binary | 11001011 | 10001000 | 10000111 | 0 | 100001 | 100001 | 10100 | 1 | 101000 | 1000010 |
Color Harmonies of #CB8887
Complementary color
Monochromatic Colors of #CB8887
Black with #CB8887
Text Example
Text Example
White with #CB8887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8887; }
p { color: rgb(203,136,135); }
H1.HeaderClassName
{
color: #CB8887;
}
.AnyTagClassName
{
color: #CB8887;
}
</style>
background-color css
<style>
a { background-color: #CB8887; }
a { background-color: rgb(203,136,135); }
div.DivClassName
{
background-color: #CB8887;
}
.BgClassName
{
background-color: #CB8887;
}
</style>
border-color css
<style>
span { border-color: #CB8887; }
span { border-color: rgb(203,136,135); }
td.TdClassName
{
border-color: #CB8887;
}
.TagClassName
{
border-color: #CB8887;
}
</style>