Shades of Oriental Pink #CB908B
Tints of Oriental Pink #CB908B
RGB
CMYK
RGB Variations
Color information
#CB908B (or 0xCB908B) is known color: Oriental Pink. HEX triplet: CB, 90 and 8B. RGB value is (203,144,139). Sum of RGB (Red+Green+Blue) = 203+144+139=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CB908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB908B is #346F74. Grayscale: #A1A1A1. Windows color (decimal): -3436405 or 9146571. OLE color: 9146571.
HSL color Cylindrical-coordinate representation of color #CB908B: hue angle of 4.69º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB908B is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 144 | 139 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.20 |
| HSL | 4.69º | 0.38% | 0.67% | - |
| HSV(B) | 4.69º | 0.32% | 0.8% | - |
| XYZ | 39.26 | 34.51 | 29.02 | - |
| YUV | 161.07 | 115.55 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 144 | 139 | 0 | 0.29 | 0.32 | 0.20 | 4.69 | 0.38 | 0.67 |
| Hex | CB | 90 | 8B | 0 | 1D | 20 | 14 | 5 | 26 | 43 |
| Octal | 313 | 220 | 213 | 0 | 35 | 40 | 24 | 5 | 46 | 103 |
| Binary | 11001011 | 10010000 | 10001011 | 0 | 11101 | 100000 | 10100 | 101 | 100110 | 1000011 |
Color Harmonies of #CB908B
Complementary color
Monochromatic Colors of #CB908B
Black with #CB908B
Text Example
Text Example
White with #CB908B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB908B; }
p { color: rgb(203,144,139); }
H1.HeaderClassName
{
color: #CB908B;
}
.AnyTagClassName
{
color: #CB908B;
}
</style>
background-color css
<style>
a { background-color: #CB908B; }
a { background-color: rgb(203,144,139); }
div.DivClassName
{
background-color: #CB908B;
}
.BgClassName
{
background-color: #CB908B;
}
</style>
border-color css
<style>
span { border-color: #CB908B; }
span { border-color: rgb(203,144,139); }
td.TdClassName
{
border-color: #CB908B;
}
.TagClassName
{
border-color: #CB908B;
}
</style>