Shades of Oriental Pink #CB8D8A
Tints of Oriental Pink #CB8D8A
RGB
CMYK
RGB Variations
Color information
#CB8D8A (or 0xCB8D8A) is known color: Oriental Pink. HEX triplet: CB, 8D and 8A. RGB value is (203,141,138). Sum of RGB (Red+Green+Blue) = 203+141+138=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8D8A is #347275. Grayscale: #9F9F9F. Windows color (decimal): -3437174 or 9080267. OLE color: 9080267.
HSL color Cylindrical-coordinate representation of color #CB8D8A: hue angle of 2.77º 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 #CB8D8A is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 141 | 138 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.20 |
| HSL | 2.77º | 0.38% | 0.67% | - |
| HSV(B) | 2.77º | 0.32% | 0.8% | - |
| XYZ | 38.74 | 33.58 | 28.48 | - |
| YUV | 159.2 | 116.04 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 141 | 138 | 0 | 0.31 | 0.32 | 0.20 | 2.77 | 0.38 | 0.67 |
| Hex | CB | 8D | 8A | 0 | 1F | 20 | 14 | 3 | 26 | 43 |
| Octal | 313 | 215 | 212 | 0 | 37 | 40 | 24 | 3 | 46 | 103 |
| Binary | 11001011 | 10001101 | 10001010 | 0 | 11111 | 100000 | 10100 | 11 | 100110 | 1000011 |
Color Harmonies of #CB8D8A
Complementary color
Monochromatic Colors of #CB8D8A
Black with #CB8D8A
Text Example
Text Example
White with #CB8D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8D8A; }
p { color: rgb(203,141,138); }
H1.HeaderClassName
{
color: #CB8D8A;
}
.AnyTagClassName
{
color: #CB8D8A;
}
</style>
background-color css
<style>
a { background-color: #CB8D8A; }
a { background-color: rgb(203,141,138); }
div.DivClassName
{
background-color: #CB8D8A;
}
.BgClassName
{
background-color: #CB8D8A;
}
</style>
border-color css
<style>
span { border-color: #CB8D8A; }
span { border-color: rgb(203,141,138); }
td.TdClassName
{
border-color: #CB8D8A;
}
.TagClassName
{
border-color: #CB8D8A;
}
</style>