Shades of Oriental Pink #C88484
Tints of Oriental Pink #C88484
RGB
CMYK
RGB Variations
Color information
#C88484 (or 0xC88484) is known color: Oriental Pink. HEX triplet: C8, 84 and 84. RGB value is (200,132,132). Sum of RGB (Red+Green+Blue) = 200+132+132=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 132 (51.95% from 255 or 28.45% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C88484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88484 is #377B7B. Grayscale: #989898. Windows color (decimal): -3636092 or 8684744. OLE color: 8684744.
HSL color Cylindrical-coordinate representation of color #C88484: hue angle of 0º 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 #C88484 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 132 | 132 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.22 |
| HSL | 0º | 0.38% | 0.65% | - |
| HSV(B) | 0º | 0.34% | 0.78% | - |
| XYZ | 36.24 | 30.45 | 25.8 | - |
| YUV | 152.33 | 116.53 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 132 | 0 | 0.34 | 0.34 | 0.22 | 0 | 0.38 | 0.65 |
| Hex | C8 | 84 | 84 | 0 | 22 | 22 | 16 | 0 | 26 | 41 |
| Octal | 310 | 204 | 204 | 0 | 42 | 42 | 26 | 0 | 46 | 101 |
| Binary | 11001000 | 10000100 | 10000100 | 0 | 100010 | 100010 | 10110 | 0 | 100110 | 1000001 |
Color Harmonies of #C88484
Complementary color
Monochromatic Colors of #C88484
Black with #C88484
Text Example
Text Example
White with #C88484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88484; }
p { color: rgb(200,132,132); }
H1.HeaderClassName
{
color: #C88484;
}
.AnyTagClassName
{
color: #C88484;
}
</style>
background-color css
<style>
a { background-color: #C88484; }
a { background-color: rgb(200,132,132); }
div.DivClassName
{
background-color: #C88484;
}
.BgClassName
{
background-color: #C88484;
}
</style>
border-color css
<style>
span { border-color: #C88484; }
span { border-color: rgb(200,132,132); }
td.TdClassName
{
border-color: #C88484;
}
.TagClassName
{
border-color: #C88484;
}
</style>