Shades of Oriental Pink #C88784
Tints of Oriental Pink #C88784
RGB
CMYK
RGB Variations
Color information
#C88784 (or 0xC88784) is known color: Oriental Pink. HEX triplet: C8, 87 and 84. RGB value is (200,135,132). Sum of RGB (Red+Green+Blue) = 200+135+132=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C88784 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88784 is #37787B. Grayscale: #9A9A9A. Windows color (decimal): -3635324 or 8685512. OLE color: 8685512.
HSL color Cylindrical-coordinate representation of color #C88784: hue angle of 2.65º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C88784 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 135 | 132 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.22 |
| HSL | 2.65º | 0.38% | 0.65% | - |
| HSV(B) | 2.65º | 0.34% | 0.78% | - |
| XYZ | 36.65 | 31.27 | 25.93 | - |
| YUV | 154.09 | 115.53 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 135 | 132 | 0 | 0.32 | 0.34 | 0.22 | 2.65 | 0.38 | 0.65 |
| Hex | C8 | 87 | 84 | 0 | 20 | 22 | 16 | 3 | 26 | 41 |
| Octal | 310 | 207 | 204 | 0 | 40 | 42 | 26 | 3 | 46 | 101 |
| Binary | 11001000 | 10000111 | 10000100 | 0 | 100000 | 100010 | 10110 | 11 | 100110 | 1000001 |
Color Harmonies of #C88784
Complementary color
Monochromatic Colors of #C88784
Black with #C88784
Text Example
Text Example
White with #C88784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88784; }
p { color: rgb(200,135,132); }
H1.HeaderClassName
{
color: #C88784;
}
.AnyTagClassName
{
color: #C88784;
}
</style>
background-color css
<style>
a { background-color: #C88784; }
a { background-color: rgb(200,135,132); }
div.DivClassName
{
background-color: #C88784;
}
.BgClassName
{
background-color: #C88784;
}
</style>
border-color css
<style>
span { border-color: #C88784; }
span { border-color: rgb(200,135,132); }
td.TdClassName
{
border-color: #C88784;
}
.TagClassName
{
border-color: #C88784;
}
</style>