Shades of Oriental Pink #CB8B85
Tints of Oriental Pink #CB8B85
RGB
CMYK
RGB Variations
Color information
#CB8B85 (or 0xCB8B85) is known color: Oriental Pink. HEX triplet: CB, 8B and 85. RGB value is (203,139,133). Sum of RGB (Red+Green+Blue) = 203+139+133=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8B85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8B85 is #34747A. Grayscale: #9D9D9D. Windows color (decimal): -3437691 or 8752075. OLE color: 8752075.
HSL color Cylindrical-coordinate representation of color #CB8B85: hue angle of 5.14º 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 #CB8B85 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 139 | 133 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.20 |
| HSL | 5.14º | 0.4% | 0.66% | - |
| HSV(B) | 5.14º | 0.34% | 0.8% | - |
| XYZ | 38.09 | 32.86 | 26.52 | - |
| YUV | 157.45 | 114.2 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 139 | 133 | 0 | 0.32 | 0.34 | 0.20 | 5.14 | 0.4 | 0.66 |
| Hex | CB | 8B | 85 | 0 | 20 | 22 | 14 | 5 | 28 | 42 |
| Octal | 313 | 213 | 205 | 0 | 40 | 42 | 24 | 5 | 50 | 102 |
| Binary | 11001011 | 10001011 | 10000101 | 0 | 100000 | 100010 | 10100 | 101 | 101000 | 1000010 |
Color Harmonies of #CB8B85
Complementary color
Monochromatic Colors of #CB8B85
Black with #CB8B85
Text Example
Text Example
White with #CB8B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8B85; }
p { color: rgb(203,139,133); }
H1.HeaderClassName
{
color: #CB8B85;
}
.AnyTagClassName
{
color: #CB8B85;
}
</style>
background-color css
<style>
a { background-color: #CB8B85; }
a { background-color: rgb(203,139,133); }
div.DivClassName
{
background-color: #CB8B85;
}
.BgClassName
{
background-color: #CB8B85;
}
</style>
border-color css
<style>
span { border-color: #CB8B85; }
span { border-color: rgb(203,139,133); }
td.TdClassName
{
border-color: #CB8B85;
}
.TagClassName
{
border-color: #CB8B85;
}
</style>