Shades of Oriental Pink #CB8983
Tints of Oriental Pink #CB8983
RGB
CMYK
RGB Variations
Color information
#CB8983 (or 0xCB8983) is known color: Oriental Pink. HEX triplet: CB, 89 and 83. RGB value is (203,137,131). Sum of RGB (Red+Green+Blue) = 203+137+131=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 137 (53.91% from 255 or 29.09% from 471); Blue value is 131 (51.56% from 255 or 27.81% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8983 is #34767C. Grayscale: #9C9C9C. Windows color (decimal): -3438205 or 8620491. OLE color: 8620491.
HSL color Cylindrical-coordinate representation of color #CB8983: hue angle of 5º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB8983 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 137 | 131 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.20 |
| HSL | 5º | 0.41% | 0.65% | - |
| HSV(B) | 5º | 0.35% | 0.8% | - |
| XYZ | 37.67 | 32.23 | 25.71 | - |
| YUV | 156.05 | 113.87 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 137 | 131 | 0 | 0.33 | 0.35 | 0.20 | 5 | 0.41 | 0.65 |
| Hex | CB | 89 | 83 | 0 | 21 | 23 | 14 | 5 | 29 | 41 |
| Octal | 313 | 211 | 203 | 0 | 41 | 43 | 24 | 5 | 51 | 101 |
| Binary | 11001011 | 10001001 | 10000011 | 0 | 100001 | 100011 | 10100 | 101 | 101001 | 1000001 |
Color Harmonies of #CB8983
Complementary color
Monochromatic Colors of #CB8983
Black with #CB8983
Text Example
Text Example
White with #CB8983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8983; }
p { color: rgb(203,137,131); }
H1.HeaderClassName
{
color: #CB8983;
}
.AnyTagClassName
{
color: #CB8983;
}
</style>
background-color css
<style>
a { background-color: #CB8983; }
a { background-color: rgb(203,137,131); }
div.DivClassName
{
background-color: #CB8983;
}
.BgClassName
{
background-color: #CB8983;
}
</style>
border-color css
<style>
span { border-color: #CB8983; }
span { border-color: rgb(203,137,131); }
td.TdClassName
{
border-color: #CB8983;
}
.TagClassName
{
border-color: #CB8983;
}
</style>