Shades of Oriental Pink #CB8783
Tints of Oriental Pink #CB8783
RGB
CMYK
RGB Variations
Color information
#CB8783 (or 0xCB8783) is known color: Oriental Pink. HEX triplet: CB, 87 and 83. RGB value is (203,135,131). Sum of RGB (Red+Green+Blue) = 203+135+131=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 135 (53.12% from 255 or 28.78% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8783 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8783 is #34787C. Grayscale: #9A9A9A. Windows color (decimal): -3438717 or 8619979. OLE color: 8619979.
HSL color Cylindrical-coordinate representation of color #CB8783: hue angle of 3.33º 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 #CB8783 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 135 | 131 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.20 |
| HSL | 3.33º | 0.41% | 0.65% | - |
| HSV(B) | 3.33º | 0.35% | 0.8% | - |
| XYZ | 37.39 | 31.66 | 25.61 | - |
| YUV | 154.88 | 114.53 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 135 | 131 | 0 | 0.33 | 0.35 | 0.20 | 3.33 | 0.41 | 0.65 |
| Hex | CB | 87 | 83 | 0 | 21 | 23 | 14 | 3 | 29 | 41 |
| Octal | 313 | 207 | 203 | 0 | 41 | 43 | 24 | 3 | 51 | 101 |
| Binary | 11001011 | 10000111 | 10000011 | 0 | 100001 | 100011 | 10100 | 11 | 101001 | 1000001 |
Color Harmonies of #CB8783
Complementary color
Monochromatic Colors of #CB8783
Black with #CB8783
Text Example
Text Example
White with #CB8783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8783; }
p { color: rgb(203,135,131); }
H1.HeaderClassName
{
color: #CB8783;
}
.AnyTagClassName
{
color: #CB8783;
}
</style>
background-color css
<style>
a { background-color: #CB8783; }
a { background-color: rgb(203,135,131); }
div.DivClassName
{
background-color: #CB8783;
}
.BgClassName
{
background-color: #CB8783;
}
</style>
border-color css
<style>
span { border-color: #CB8783; }
span { border-color: rgb(203,135,131); }
td.TdClassName
{
border-color: #CB8783;
}
.TagClassName
{
border-color: #CB8783;
}
</style>