Shades of Oriental Pink #CB908D
Tints of Oriental Pink #CB908D
RGB
CMYK
RGB Variations
Color information
#CB908D (or 0xCB908D) is known color: Oriental Pink. HEX triplet: CB, 90 and 8D. RGB value is (203,144,141). Sum of RGB (Red+Green+Blue) = 203+144+141=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CB908D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB908D is #346F72. Grayscale: #A1A1A1. Windows color (decimal): -3436403 or 9277643. OLE color: 9277643.
HSL color Cylindrical-coordinate representation of color #CB908D: hue angle of 2.9º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CB908D is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 144 | 141 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.20 |
| HSL | 2.9º | 0.37% | 0.67% | - |
| HSV(B) | 2.9º | 0.31% | 0.8% | - |
| XYZ | 39.41 | 34.57 | 29.79 | - |
| YUV | 161.3 | 116.55 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 144 | 141 | 0 | 0.29 | 0.31 | 0.20 | 2.9 | 0.37 | 0.67 |
| Hex | CB | 90 | 8D | 0 | 1D | 1F | 14 | 3 | 25 | 43 |
| Octal | 313 | 220 | 215 | 0 | 35 | 37 | 24 | 3 | 45 | 103 |
| Binary | 11001011 | 10010000 | 10001101 | 0 | 11101 | 11111 | 10100 | 11 | 100101 | 1000011 |
Color Harmonies of #CB908D
Complementary color
Monochromatic Colors of #CB908D
Black with #CB908D
Text Example
Text Example
White with #CB908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB908D; }
p { color: rgb(203,144,141); }
H1.HeaderClassName
{
color: #CB908D;
}
.AnyTagClassName
{
color: #CB908D;
}
</style>
background-color css
<style>
a { background-color: #CB908D; }
a { background-color: rgb(203,144,141); }
div.DivClassName
{
background-color: #CB908D;
}
.BgClassName
{
background-color: #CB908D;
}
</style>
border-color css
<style>
span { border-color: #CB908D; }
span { border-color: rgb(203,144,141); }
td.TdClassName
{
border-color: #CB908D;
}
.TagClassName
{
border-color: #CB908D;
}
</style>