Shades of Oriental Pink #CB938F
Tints of Oriental Pink #CB938F
RGB
CMYK
RGB Variations
Color information
#CB938F (or 0xCB938F) is known color: Oriental Pink. HEX triplet: CB, 93 and 8F. RGB value is (203,147,143). Sum of RGB (Red+Green+Blue) = 203+147+143=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 147 (57.81% from 255 or 29.82% from 493); Blue value is 143 (56.25% from 255 or 29.01% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CB938F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB938F is #346C70. Grayscale: #A3A3A3. Windows color (decimal): -3435633 or 9409483. OLE color: 9409483.
HSL color Cylindrical-coordinate representation of color #CB938F: hue angle of 4º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB938F is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 147 | 143 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.20 |
| HSL | 4º | 0.37% | 0.68% | - |
| HSV(B) | 4º | 0.3% | 0.8% | - |
| XYZ | 40.02 | 35.55 | 30.74 | - |
| YUV | 163.29 | 116.55 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 143 | 0 | 0.28 | 0.30 | 0.20 | 4 | 0.37 | 0.68 |
| Hex | CB | 93 | 8F | 0 | 1C | 1E | 14 | 4 | 25 | 44 |
| Octal | 313 | 223 | 217 | 0 | 34 | 36 | 24 | 4 | 45 | 104 |
| Binary | 11001011 | 10010011 | 10001111 | 0 | 11100 | 11110 | 10100 | 100 | 100101 | 1000100 |
Color Harmonies of #CB938F
Complementary color
Monochromatic Colors of #CB938F
Black with #CB938F
Text Example
Text Example
White with #CB938F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB938F; }
p { color: rgb(203,147,143); }
H1.HeaderClassName
{
color: #CB938F;
}
.AnyTagClassName
{
color: #CB938F;
}
</style>
background-color css
<style>
a { background-color: #CB938F; }
a { background-color: rgb(203,147,143); }
div.DivClassName
{
background-color: #CB938F;
}
.BgClassName
{
background-color: #CB938F;
}
</style>
border-color css
<style>
span { border-color: #CB938F; }
span { border-color: rgb(203,147,143); }
td.TdClassName
{
border-color: #CB938F;
}
.TagClassName
{
border-color: #CB938F;
}
</style>