Shades of Oriental Pink #CB9590
Tints of Oriental Pink #CB9590
RGB
CMYK
RGB Variations
Color information
#CB9590 (or 0xCB9590) is known color: Oriental Pink. HEX triplet: CB, 95 and 90. RGB value is (203,149,144). Sum of RGB (Red+Green+Blue) = 203+149+144=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 144 (56.64% from 255 or 29.03% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9590 is #346A6F. Grayscale: #A4A4A4. Windows color (decimal): -3435120 or 9475531. OLE color: 9475531.
HSL color Cylindrical-coordinate representation of color #CB9590: hue angle of 5.08º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CB9590 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 149 | 144 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.20 |
| HSL | 5.08º | 0.36% | 0.68% | - |
| HSV(B) | 5.08º | 0.29% | 0.8% | - |
| XYZ | 40.41 | 36.21 | 31.24 | - |
| YUV | 164.58 | 116.39 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 149 | 144 | 0 | 0.27 | 0.29 | 0.20 | 5.08 | 0.36 | 0.68 |
| Hex | CB | 95 | 90 | 0 | 1B | 1D | 14 | 5 | 24 | 44 |
| Octal | 313 | 225 | 220 | 0 | 33 | 35 | 24 | 5 | 44 | 104 |
| Binary | 11001011 | 10010101 | 10010000 | 0 | 11011 | 11101 | 10100 | 101 | 100100 | 1000100 |
Color Harmonies of #CB9590
Complementary color
Monochromatic Colors of #CB9590
Black with #CB9590
Text Example
Text Example
White with #CB9590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9590; }
p { color: rgb(203,149,144); }
H1.HeaderClassName
{
color: #CB9590;
}
.AnyTagClassName
{
color: #CB9590;
}
</style>
background-color css
<style>
a { background-color: #CB9590; }
a { background-color: rgb(203,149,144); }
div.DivClassName
{
background-color: #CB9590;
}
.BgClassName
{
background-color: #CB9590;
}
</style>
border-color css
<style>
span { border-color: #CB9590; }
span { border-color: rgb(203,149,144); }
td.TdClassName
{
border-color: #CB9590;
}
.TagClassName
{
border-color: #CB9590;
}
</style>