Shades of Oriental Pink #CB8686
Tints of Oriental Pink #CB8686
RGB
CMYK
RGB Variations
Color information
#CB8686 (or 0xCB8686) is known color: Oriental Pink. HEX triplet: CB, 86 and 86. RGB value is (203,134,134). Sum of RGB (Red+Green+Blue) = 203+134+134=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 134 (52.73% from 255 or 28.45% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8686 is #347979. Grayscale: #9A9A9A. Windows color (decimal): -3438970 or 8816331. OLE color: 8816331.
HSL color Cylindrical-coordinate representation of color #CB8686: hue angle of 0º 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 #CB8686 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 134 | 134 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.20 |
| HSL | 0º | 0.4% | 0.66% | - |
| HSV(B) | 0º | 0.34% | 0.8% | - |
| XYZ | 37.46 | 31.47 | 26.65 | - |
| YUV | 154.63 | 116.36 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 134 | 0 | 0.34 | 0.34 | 0.20 | 0 | 0.4 | 0.66 |
| Hex | CB | 86 | 86 | 0 | 22 | 22 | 14 | 0 | 28 | 42 |
| Octal | 313 | 206 | 206 | 0 | 42 | 42 | 24 | 0 | 50 | 102 |
| Binary | 11001011 | 10000110 | 10000110 | 0 | 100010 | 100010 | 10100 | 0 | 101000 | 1000010 |
Color Harmonies of #CB8686
Complementary color
Monochromatic Colors of #CB8686
Black with #CB8686
Text Example
Text Example
White with #CB8686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8686; }
p { color: rgb(203,134,134); }
H1.HeaderClassName
{
color: #CB8686;
}
.AnyTagClassName
{
color: #CB8686;
}
</style>
background-color css
<style>
a { background-color: #CB8686; }
a { background-color: rgb(203,134,134); }
div.DivClassName
{
background-color: #CB8686;
}
.BgClassName
{
background-color: #CB8686;
}
</style>
border-color css
<style>
span { border-color: #CB8686; }
span { border-color: rgb(203,134,134); }
td.TdClassName
{
border-color: #CB8686;
}
.TagClassName
{
border-color: #CB8686;
}
</style>