Shades of Oriental Pink #C88D8D
Tints of Oriental Pink #C88D8D
RGB
CMYK
RGB Variations
Color information
#C88D8D (or 0xC88D8D) is known color: Oriental Pink. HEX triplet: C8, 8D and 8D. RGB value is (200,141,141). Sum of RGB (Red+Green+Blue) = 200+141+141=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88D8D is #377272. Grayscale: #9E9E9E. Windows color (decimal): -3633779 or 9276872. OLE color: 9276872.
HSL color Cylindrical-coordinate representation of color #C88D8D: hue angle of 0º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C88D8D is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 141 | 141 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.22 |
| HSL | 0º | 0.35% | 0.67% | - |
| HSV(B) | 0º | 0.3% | 0.78% | - |
| XYZ | 38.15 | 33.25 | 29.61 | - |
| YUV | 158.64 | 118.05 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 141 | 0 | 0.29 | 0.29 | 0.22 | 0 | 0.35 | 0.67 |
| Hex | C8 | 8D | 8D | 0 | 1D | 1D | 16 | 0 | 23 | 43 |
| Octal | 310 | 215 | 215 | 0 | 35 | 35 | 26 | 0 | 43 | 103 |
| Binary | 11001000 | 10001101 | 10001101 | 0 | 11101 | 11101 | 10110 | 0 | 100011 | 1000011 |
Color Harmonies of #C88D8D
Complementary color
Monochromatic Colors of #C88D8D
Black with #C88D8D
Text Example
Text Example
White with #C88D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88D8D; }
p { color: rgb(200,141,141); }
H1.HeaderClassName
{
color: #C88D8D;
}
.AnyTagClassName
{
color: #C88D8D;
}
</style>
background-color css
<style>
a { background-color: #C88D8D; }
a { background-color: rgb(200,141,141); }
div.DivClassName
{
background-color: #C88D8D;
}
.BgClassName
{
background-color: #C88D8D;
}
</style>
border-color css
<style>
span { border-color: #C88D8D; }
span { border-color: rgb(200,141,141); }
td.TdClassName
{
border-color: #C88D8D;
}
.TagClassName
{
border-color: #C88D8D;
}
</style>