Shades of Oriental Pink #C78E8D
Tints of Oriental Pink #C78E8D
RGB
CMYK
RGB Variations
Color information
#C78E8D (or 0xC78E8D) is known color: Oriental Pink. HEX triplet: C7, 8E and 8D. RGB value is (199,142,141). Sum of RGB (Red+Green+Blue) = 199+142+141=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 199 - color contains mainly: red. Hex color #C78E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78E8D is #387172. Grayscale: #9E9E9E. Windows color (decimal): -3699059 or 9277127. OLE color: 9277127.
HSL color Cylindrical-coordinate representation of color #C78E8D: hue angle of 1.03º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C78E8D is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 142 | 141 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.22 |
| HSL | 1.03º | 0.34% | 0.67% | - |
| HSV(B) | 1.03º | 0.29% | 0.78% | - |
| XYZ | 38.03 | 33.41 | 29.64 | - |
| YUV | 158.93 | 117.88 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 142 | 141 | 0 | 0.29 | 0.29 | 0.22 | 1.03 | 0.34 | 0.67 |
| Hex | C7 | 8E | 8D | 0 | 1D | 1D | 16 | 1 | 22 | 43 |
| Octal | 307 | 216 | 215 | 0 | 35 | 35 | 26 | 1 | 42 | 103 |
| Binary | 11000111 | 10001110 | 10001101 | 0 | 11101 | 11101 | 10110 | 1 | 100010 | 1000011 |
Color Harmonies of #C78E8D
Complementary color
Monochromatic Colors of #C78E8D
Black with #C78E8D
Text Example
Text Example
White with #C78E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78E8D; }
p { color: rgb(199,142,141); }
H1.HeaderClassName
{
color: #C78E8D;
}
.AnyTagClassName
{
color: #C78E8D;
}
</style>
background-color css
<style>
a { background-color: #C78E8D; }
a { background-color: rgb(199,142,141); }
div.DivClassName
{
background-color: #C78E8D;
}
.BgClassName
{
background-color: #C78E8D;
}
</style>
border-color css
<style>
span { border-color: #C78E8D; }
span { border-color: rgb(199,142,141); }
td.TdClassName
{
border-color: #C78E8D;
}
.TagClassName
{
border-color: #C78E8D;
}
</style>