Shades of Oriental Pink #C78D8D
Tints of Oriental Pink #C78D8D
RGB
CMYK
RGB Variations
Color information
#C78D8D (or 0xC78D8D) is known color: Oriental Pink. HEX triplet: C7, 8D and 8D. RGB value is (199,141,141). Sum of RGB (Red+Green+Blue) = 199+141+141=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 199 - color contains mainly: red. Hex color #C78D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78D8D is #387272. Grayscale: #9E9E9E. Windows color (decimal): -3699315 or 9276871. OLE color: 9276871.
HSL color Cylindrical-coordinate representation of color #C78D8D: hue angle of 0º 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 #C78D8D is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 141 | 141 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.22 |
| HSL | 0º | 0.34% | 0.67% | - |
| HSV(B) | 0º | 0.29% | 0.78% | - |
| XYZ | 37.89 | 33.11 | 29.59 | - |
| YUV | 158.34 | 118.22 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 141 | 141 | 0 | 0.29 | 0.29 | 0.22 | 0 | 0.34 | 0.67 |
| Hex | C7 | 8D | 8D | 0 | 1D | 1D | 16 | 0 | 22 | 43 |
| Octal | 307 | 215 | 215 | 0 | 35 | 35 | 26 | 0 | 42 | 103 |
| Binary | 11000111 | 10001101 | 10001101 | 0 | 11101 | 11101 | 10110 | 0 | 100010 | 1000011 |
Color Harmonies of #C78D8D
Complementary color
Monochromatic Colors of #C78D8D
Black with #C78D8D
Text Example
Text Example
White with #C78D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78D8D; }
p { color: rgb(199,141,141); }
H1.HeaderClassName
{
color: #C78D8D;
}
.AnyTagClassName
{
color: #C78D8D;
}
</style>
background-color css
<style>
a { background-color: #C78D8D; }
a { background-color: rgb(199,141,141); }
div.DivClassName
{
background-color: #C78D8D;
}
.BgClassName
{
background-color: #C78D8D;
}
</style>
border-color css
<style>
span { border-color: #C78D8D; }
span { border-color: rgb(199,141,141); }
td.TdClassName
{
border-color: #C78D8D;
}
.TagClassName
{
border-color: #C78D8D;
}
</style>