Shades of Oriental Pink #CB8A86
Tints of Oriental Pink #CB8A86
RGB
CMYK
RGB Variations
Color information
#CB8A86 (or 0xCB8A86) is known color: Oriental Pink. HEX triplet: CB, 8A and 86. RGB value is (203,138,134). Sum of RGB (Red+Green+Blue) = 203+138+134=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 134 (52.73% from 255 or 28.21% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8A86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8A86 is #347579. Grayscale: #9D9D9D. Windows color (decimal): -3437946 or 8817355. OLE color: 8817355.
HSL color Cylindrical-coordinate representation of color #CB8A86: hue angle of 3.48º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB8A86 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 138 | 134 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.20 |
| HSL | 3.48º | 0.4% | 0.66% | - |
| HSV(B) | 3.48º | 0.34% | 0.8% | - |
| XYZ | 38.02 | 32.59 | 26.84 | - |
| YUV | 156.98 | 115.03 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 138 | 134 | 0 | 0.32 | 0.34 | 0.20 | 3.48 | 0.4 | 0.66 |
| Hex | CB | 8A | 86 | 0 | 20 | 22 | 14 | 3 | 28 | 42 |
| Octal | 313 | 212 | 206 | 0 | 40 | 42 | 24 | 3 | 50 | 102 |
| Binary | 11001011 | 10001010 | 10000110 | 0 | 100000 | 100010 | 10100 | 11 | 101000 | 1000010 |
Color Harmonies of #CB8A86
Complementary color
Monochromatic Colors of #CB8A86
Black with #CB8A86
Text Example
Text Example
White with #CB8A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8A86; }
p { color: rgb(203,138,134); }
H1.HeaderClassName
{
color: #CB8A86;
}
.AnyTagClassName
{
color: #CB8A86;
}
</style>
background-color css
<style>
a { background-color: #CB8A86; }
a { background-color: rgb(203,138,134); }
div.DivClassName
{
background-color: #CB8A86;
}
.BgClassName
{
background-color: #CB8A86;
}
</style>
border-color css
<style>
span { border-color: #CB8A86; }
span { border-color: rgb(203,138,134); }
td.TdClassName
{
border-color: #CB8A86;
}
.TagClassName
{
border-color: #CB8A86;
}
</style>