Shades of Oriental Pink #C88E8D
Tints of Oriental Pink #C88E8D
RGB
CMYK
RGB Variations
Color information
#C88E8D (or 0xC88E8D) is known color: Oriental Pink. HEX triplet: C8, 8E and 8D. RGB value is (200,142,141). Sum of RGB (Red+Green+Blue) = 200+142+141=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C88E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88E8D is #377172. Grayscale: #9F9F9F. Windows color (decimal): -3633523 or 9277128. OLE color: 9277128.
HSL color Cylindrical-coordinate representation of color #C88E8D: hue angle of 1.02º 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 #C88E8D is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 142 | 141 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.22 |
| HSL | 1.02º | 0.35% | 0.67% | - |
| HSV(B) | 1.02º | 0.3% | 0.78% | - |
| XYZ | 38.3 | 33.55 | 29.66 | - |
| YUV | 159.23 | 117.72 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 142 | 141 | 0 | 0.29 | 0.29 | 0.22 | 1.02 | 0.35 | 0.67 |
| Hex | C8 | 8E | 8D | 0 | 1D | 1D | 16 | 1 | 23 | 43 |
| Octal | 310 | 216 | 215 | 0 | 35 | 35 | 26 | 1 | 43 | 103 |
| Binary | 11001000 | 10001110 | 10001101 | 0 | 11101 | 11101 | 10110 | 1 | 100011 | 1000011 |
Color Harmonies of #C88E8D
Complementary color
Monochromatic Colors of #C88E8D
Black with #C88E8D
Text Example
Text Example
White with #C88E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88E8D; }
p { color: rgb(200,142,141); }
H1.HeaderClassName
{
color: #C88E8D;
}
.AnyTagClassName
{
color: #C88E8D;
}
</style>
background-color css
<style>
a { background-color: #C88E8D; }
a { background-color: rgb(200,142,141); }
div.DivClassName
{
background-color: #C88E8D;
}
.BgClassName
{
background-color: #C88E8D;
}
</style>
border-color css
<style>
span { border-color: #C88E8D; }
span { border-color: rgb(200,142,141); }
td.TdClassName
{
border-color: #C88E8D;
}
.TagClassName
{
border-color: #C88E8D;
}
</style>