Shades of Oriental Pink #CB938D
Tints of Oriental Pink #CB938D
RGB
CMYK
RGB Variations
Color information
#CB938D (or 0xCB938D) is known color: Oriental Pink. HEX triplet: CB, 93 and 8D. RGB value is (203,147,141). Sum of RGB (Red+Green+Blue) = 203+147+141=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CB938D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB938D is #346C72. Grayscale: #A3A3A3. Windows color (decimal): -3435635 or 9278411. OLE color: 9278411.
HSL color Cylindrical-coordinate representation of color #CB938D: hue angle of 5.81º 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 #CB938D is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 147 | 141 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.20 |
| HSL | 5.81º | 0.37% | 0.67% | - |
| HSV(B) | 5.81º | 0.31% | 0.8% | - |
| XYZ | 39.87 | 35.49 | 29.95 | - |
| YUV | 163.06 | 115.55 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 141 | 0 | 0.28 | 0.31 | 0.20 | 5.81 | 0.37 | 0.67 |
| Hex | CB | 93 | 8D | 0 | 1C | 1F | 14 | 6 | 25 | 43 |
| Octal | 313 | 223 | 215 | 0 | 34 | 37 | 24 | 6 | 45 | 103 |
| Binary | 11001011 | 10010011 | 10001101 | 0 | 11100 | 11111 | 10100 | 110 | 100101 | 1000011 |
Color Harmonies of #CB938D
Complementary color
Monochromatic Colors of #CB938D
Black with #CB938D
Text Example
Text Example
White with #CB938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB938D; }
p { color: rgb(203,147,141); }
H1.HeaderClassName
{
color: #CB938D;
}
.AnyTagClassName
{
color: #CB938D;
}
</style>
background-color css
<style>
a { background-color: #CB938D; }
a { background-color: rgb(203,147,141); }
div.DivClassName
{
background-color: #CB938D;
}
.BgClassName
{
background-color: #CB938D;
}
</style>
border-color css
<style>
span { border-color: #CB938D; }
span { border-color: rgb(203,147,141); }
td.TdClassName
{
border-color: #CB938D;
}
.TagClassName
{
border-color: #CB938D;
}
</style>