Shades of Oriental Pink #CB9289
Tints of Oriental Pink #CB9289
RGB
CMYK
RGB Variations
Color information
#CB9289 (or 0xCB9289) is known color: Oriental Pink. HEX triplet: CB, 92 and 89. RGB value is (203,146,137). Sum of RGB (Red+Green+Blue) = 203+146+137=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 137 (53.91% from 255 or 28.19% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9289 is #346D76. Grayscale: #A2A2A2. Windows color (decimal): -3435895 or 9016011. OLE color: 9016011.
HSL color Cylindrical-coordinate representation of color #CB9289: hue angle of 8.18º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB9289 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 146 | 137 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.20 |
| HSL | 8.18º | 0.39% | 0.67% | - |
| HSV(B) | 8.18º | 0.33% | 0.8% | - |
| XYZ | 39.42 | 35.06 | 28.36 | - |
| YUV | 162.02 | 113.88 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 146 | 137 | 0 | 0.28 | 0.33 | 0.20 | 8.18 | 0.39 | 0.67 |
| Hex | CB | 92 | 89 | 0 | 1C | 21 | 14 | 8 | 27 | 43 |
| Octal | 313 | 222 | 211 | 0 | 34 | 41 | 24 | 10 | 47 | 103 |
| Binary | 11001011 | 10010010 | 10001001 | 0 | 11100 | 100001 | 10100 | 1000 | 100111 | 1000011 |
Color Harmonies of #CB9289
Complementary color
Monochromatic Colors of #CB9289
Black with #CB9289
Text Example
Text Example
White with #CB9289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9289; }
p { color: rgb(203,146,137); }
H1.HeaderClassName
{
color: #CB9289;
}
.AnyTagClassName
{
color: #CB9289;
}
</style>
background-color css
<style>
a { background-color: #CB9289; }
a { background-color: rgb(203,146,137); }
div.DivClassName
{
background-color: #CB9289;
}
.BgClassName
{
background-color: #CB9289;
}
</style>
border-color css
<style>
span { border-color: #CB9289; }
span { border-color: rgb(203,146,137); }
td.TdClassName
{
border-color: #CB9289;
}
.TagClassName
{
border-color: #CB9289;
}
</style>