Shades of Oriental Pink #C88783
Tints of Oriental Pink #C88783
RGB
CMYK
RGB Variations
Color information
#C88783 (or 0xC88783) is known color: Oriental Pink. HEX triplet: C8, 87 and 83. RGB value is (200,135,131). Sum of RGB (Red+Green+Blue) = 200+135+131=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 131 (51.56% from 255 or 28.11% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C88783 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88783 is #37787C. Grayscale: #9A9A9A. Windows color (decimal): -3635325 or 8619976. OLE color: 8619976.
HSL color Cylindrical-coordinate representation of color #C88783: hue angle of 3.48º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C88783 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 135 | 131 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.22 |
| HSL | 3.48º | 0.39% | 0.65% | - |
| HSV(B) | 3.48º | 0.35% | 0.78% | - |
| XYZ | 36.58 | 31.25 | 25.58 | - |
| YUV | 153.98 | 115.03 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 135 | 131 | 0 | 0.32 | 0.34 | 0.22 | 3.48 | 0.39 | 0.65 |
| Hex | C8 | 87 | 83 | 0 | 20 | 22 | 16 | 3 | 27 | 41 |
| Octal | 310 | 207 | 203 | 0 | 40 | 42 | 26 | 3 | 47 | 101 |
| Binary | 11001000 | 10000111 | 10000011 | 0 | 100000 | 100010 | 10110 | 11 | 100111 | 1000001 |
Color Harmonies of #C88783
Complementary color
Monochromatic Colors of #C88783
Black with #C88783
Text Example
Text Example
White with #C88783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88783; }
p { color: rgb(200,135,131); }
H1.HeaderClassName
{
color: #C88783;
}
.AnyTagClassName
{
color: #C88783;
}
</style>
background-color css
<style>
a { background-color: #C88783; }
a { background-color: rgb(200,135,131); }
div.DivClassName
{
background-color: #C88783;
}
.BgClassName
{
background-color: #C88783;
}
</style>
border-color css
<style>
span { border-color: #C88783; }
span { border-color: rgb(200,135,131); }
td.TdClassName
{
border-color: #C88783;
}
.TagClassName
{
border-color: #C88783;
}
</style>