Shades of Oriental Pink #CB928B
Tints of Oriental Pink #CB928B
RGB
CMYK
RGB Variations
Color information
#CB928B (or 0xCB928B) is known color: Oriental Pink. HEX triplet: CB, 92 and 8B. RGB value is (203,146,139). Sum of RGB (Red+Green+Blue) = 203+146+139=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CB928B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB928B is #346D74. Grayscale: #A2A2A2. Windows color (decimal): -3435893 or 9147083. OLE color: 9147083.
HSL color Cylindrical-coordinate representation of color #CB928B: hue angle of 6.56º 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 #CB928B is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 146 | 139 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.20 |
| HSL | 6.56º | 0.38% | 0.67% | - |
| HSV(B) | 6.56º | 0.32% | 0.8% | - |
| XYZ | 39.57 | 35.12 | 29.12 | - |
| YUV | 162.25 | 114.88 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 146 | 139 | 0 | 0.28 | 0.32 | 0.20 | 6.56 | 0.38 | 0.67 |
| Hex | CB | 92 | 8B | 0 | 1C | 20 | 14 | 7 | 26 | 43 |
| Octal | 313 | 222 | 213 | 0 | 34 | 40 | 24 | 7 | 46 | 103 |
| Binary | 11001011 | 10010010 | 10001011 | 0 | 11100 | 100000 | 10100 | 111 | 100110 | 1000011 |
Color Harmonies of #CB928B
Complementary color
Monochromatic Colors of #CB928B
Black with #CB928B
Text Example
Text Example
White with #CB928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB928B; }
p { color: rgb(203,146,139); }
H1.HeaderClassName
{
color: #CB928B;
}
.AnyTagClassName
{
color: #CB928B;
}
</style>
background-color css
<style>
a { background-color: #CB928B; }
a { background-color: rgb(203,146,139); }
div.DivClassName
{
background-color: #CB928B;
}
.BgClassName
{
background-color: #CB928B;
}
</style>
border-color css
<style>
span { border-color: #CB928B; }
span { border-color: rgb(203,146,139); }
td.TdClassName
{
border-color: #CB928B;
}
.TagClassName
{
border-color: #CB928B;
}
</style>