Shades of Oriental Pink #CB8E8C
Tints of Oriental Pink #CB8E8C
RGB
CMYK
RGB Variations
Color information
#CB8E8C (or 0xCB8E8C) is known color: Oriental Pink. HEX triplet: CB, 8E and 8C. RGB value is (203,142,140). Sum of RGB (Red+Green+Blue) = 203+142+140=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8E8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8E8C is #347173. Grayscale: #A0A0A0. Windows color (decimal): -3436916 or 9211595. OLE color: 9211595.
HSL color Cylindrical-coordinate representation of color #CB8E8C: hue angle of 1.9º degrees, saturation: 0.38, 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 #CB8E8C is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 142 | 140 | - |
| CMYK | 0 | 0.30 | 0.31 | 0.20 |
| HSL | 1.9º | 0.38% | 0.67% | - |
| HSV(B) | 1.9º | 0.31% | 0.8% | - |
| XYZ | 39.04 | 33.94 | 29.3 | - |
| YUV | 160.01 | 116.71 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 142 | 140 | 0 | 0.30 | 0.31 | 0.20 | 1.9 | 0.38 | 0.67 |
| Hex | CB | 8E | 8C | 0 | 1E | 1F | 14 | 2 | 26 | 43 |
| Octal | 313 | 216 | 214 | 0 | 36 | 37 | 24 | 2 | 46 | 103 |
| Binary | 11001011 | 10001110 | 10001100 | 0 | 11110 | 11111 | 10100 | 10 | 100110 | 1000011 |
Color Harmonies of #CB8E8C
Complementary color
Monochromatic Colors of #CB8E8C
Black with #CB8E8C
Text Example
Text Example
White with #CB8E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8E8C; }
p { color: rgb(203,142,140); }
H1.HeaderClassName
{
color: #CB8E8C;
}
.AnyTagClassName
{
color: #CB8E8C;
}
</style>
background-color css
<style>
a { background-color: #CB8E8C; }
a { background-color: rgb(203,142,140); }
div.DivClassName
{
background-color: #CB8E8C;
}
.BgClassName
{
background-color: #CB8E8C;
}
</style>
border-color css
<style>
span { border-color: #CB8E8C; }
span { border-color: rgb(203,142,140); }
td.TdClassName
{
border-color: #CB8E8C;
}
.TagClassName
{
border-color: #CB8E8C;
}
</style>