Shades of Oriental Pink #C78C87
Tints of Oriental Pink #C78C87
RGB
CMYK
RGB Variations
Color information
#C78C87 (or 0xC78C87) is known color: Oriental Pink. HEX triplet: C7, 8C and 87. RGB value is (199,140,135). Sum of RGB (Red+Green+Blue) = 199+140+135=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 135 (53.12% from 255 or 28.48% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C78C87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78C87 is #387378. Grayscale: #9D9D9D. Windows color (decimal): -3699577 or 8883399. OLE color: 8883399.
HSL color Cylindrical-coordinate representation of color #C78C87: hue angle of 4.69º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C78C87 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 140 | 135 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.22 |
| HSL | 4.69º | 0.36% | 0.65% | - |
| HSV(B) | 4.69º | 0.32% | 0.78% | - |
| XYZ | 37.3 | 32.65 | 27.26 | - |
| YUV | 157.07 | 115.55 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 140 | 135 | 0 | 0.30 | 0.32 | 0.22 | 4.69 | 0.36 | 0.65 |
| Hex | C7 | 8C | 87 | 0 | 1E | 20 | 16 | 5 | 24 | 41 |
| Octal | 307 | 214 | 207 | 0 | 36 | 40 | 26 | 5 | 44 | 101 |
| Binary | 11000111 | 10001100 | 10000111 | 0 | 11110 | 100000 | 10110 | 101 | 100100 | 1000001 |
Color Harmonies of #C78C87
Complementary color
Monochromatic Colors of #C78C87
Black with #C78C87
Text Example
Text Example
White with #C78C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78C87; }
p { color: rgb(199,140,135); }
H1.HeaderClassName
{
color: #C78C87;
}
.AnyTagClassName
{
color: #C78C87;
}
</style>
background-color css
<style>
a { background-color: #C78C87; }
a { background-color: rgb(199,140,135); }
div.DivClassName
{
background-color: #C78C87;
}
.BgClassName
{
background-color: #C78C87;
}
</style>
border-color css
<style>
span { border-color: #C78C87; }
span { border-color: rgb(199,140,135); }
td.TdClassName
{
border-color: #C78C87;
}
.TagClassName
{
border-color: #C78C87;
}
</style>