Shades of Oriental Pink #CB8985
Tints of Oriental Pink #CB8985
RGB
CMYK
RGB Variations
Color information
#CB8985 (or 0xCB8985) is known color: Oriental Pink. HEX triplet: CB, 89 and 85. RGB value is (203,137,133). Sum of RGB (Red+Green+Blue) = 203+137+133=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8985 is #34767A. Grayscale: #9C9C9C. Windows color (decimal): -3438203 or 8751563. OLE color: 8751563.
HSL color Cylindrical-coordinate representation of color #CB8985: hue angle of 3.43º 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 #CB8985 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 137 | 133 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.20 |
| HSL | 3.43º | 0.4% | 0.66% | - |
| HSV(B) | 3.43º | 0.34% | 0.8% | - |
| XYZ | 37.81 | 32.28 | 26.43 | - |
| YUV | 156.28 | 114.87 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 137 | 133 | 0 | 0.33 | 0.34 | 0.20 | 3.43 | 0.4 | 0.66 |
| Hex | CB | 89 | 85 | 0 | 21 | 22 | 14 | 3 | 28 | 42 |
| Octal | 313 | 211 | 205 | 0 | 41 | 42 | 24 | 3 | 50 | 102 |
| Binary | 11001011 | 10001001 | 10000101 | 0 | 100001 | 100010 | 10100 | 11 | 101000 | 1000010 |
Color Harmonies of #CB8985
Complementary color
Monochromatic Colors of #CB8985
Black with #CB8985
Text Example
Text Example
White with #CB8985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8985; }
p { color: rgb(203,137,133); }
H1.HeaderClassName
{
color: #CB8985;
}
.AnyTagClassName
{
color: #CB8985;
}
</style>
background-color css
<style>
a { background-color: #CB8985; }
a { background-color: rgb(203,137,133); }
div.DivClassName
{
background-color: #CB8985;
}
.BgClassName
{
background-color: #CB8985;
}
</style>
border-color css
<style>
span { border-color: #CB8985; }
span { border-color: rgb(203,137,133); }
td.TdClassName
{
border-color: #CB8985;
}
.TagClassName
{
border-color: #CB8985;
}
</style>