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