Shades of Oriental Pink #CB908A
Tints of Oriental Pink #CB908A
RGB
CMYK
RGB Variations
Color information
#CB908A (or 0xCB908A) is known color: Oriental Pink. HEX triplet: CB, 90 and 8A. RGB value is (203,144,138). Sum of RGB (Red+Green+Blue) = 203+144+138=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CB908A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB908A is #346F75. Grayscale: #A1A1A1. Windows color (decimal): -3436406 or 9081035. OLE color: 9081035.
HSL color Cylindrical-coordinate representation of color #CB908A: hue angle of 5.54º 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 #CB908A is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 144 | 138 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.20 |
| HSL | 5.54º | 0.38% | 0.67% | - |
| HSV(B) | 5.54º | 0.32% | 0.8% | - |
| XYZ | 39.19 | 34.48 | 28.63 | - |
| YUV | 160.96 | 115.05 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 144 | 138 | 0 | 0.29 | 0.32 | 0.20 | 5.54 | 0.38 | 0.67 |
| Hex | CB | 90 | 8A | 0 | 1D | 20 | 14 | 6 | 26 | 43 |
| Octal | 313 | 220 | 212 | 0 | 35 | 40 | 24 | 6 | 46 | 103 |
| Binary | 11001011 | 10010000 | 10001010 | 0 | 11101 | 100000 | 10100 | 110 | 100110 | 1000011 |
Color Harmonies of #CB908A
Complementary color
Monochromatic Colors of #CB908A
Black with #CB908A
Text Example
Text Example
White with #CB908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB908A; }
p { color: rgb(203,144,138); }
H1.HeaderClassName
{
color: #CB908A;
}
.AnyTagClassName
{
color: #CB908A;
}
</style>
background-color css
<style>
a { background-color: #CB908A; }
a { background-color: rgb(203,144,138); }
div.DivClassName
{
background-color: #CB908A;
}
.BgClassName
{
background-color: #CB908A;
}
</style>
border-color css
<style>
span { border-color: #CB908A; }
span { border-color: rgb(203,144,138); }
td.TdClassName
{
border-color: #CB908A;
}
.TagClassName
{
border-color: #CB908A;
}
</style>