Shades of Oriental Pink #C78B87
Tints of Oriental Pink #C78B87
RGB
CMYK
RGB Variations
Color information
#C78B87 (or 0xC78B87) is known color: Oriental Pink. HEX triplet: C7, 8B and 87. RGB value is (199,139,135). Sum of RGB (Red+Green+Blue) = 199+139+135=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 199 - color contains mainly: red. Hex color #C78B87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78B87 is #387478. Grayscale: #9C9C9C. Windows color (decimal): -3699833 or 8883143. OLE color: 8883143.
HSL color Cylindrical-coordinate representation of color #C78B87: hue angle of 3.75º 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 #C78B87 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 139 | 135 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.22 |
| HSL | 3.75º | 0.36% | 0.65% | - |
| HSV(B) | 3.75º | 0.32% | 0.78% | - |
| XYZ | 37.16 | 32.36 | 27.21 | - |
| YUV | 156.48 | 115.88 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 139 | 135 | 0 | 0.30 | 0.32 | 0.22 | 3.75 | 0.36 | 0.65 |
| Hex | C7 | 8B | 87 | 0 | 1E | 20 | 16 | 4 | 24 | 41 |
| Octal | 307 | 213 | 207 | 0 | 36 | 40 | 26 | 4 | 44 | 101 |
| Binary | 11000111 | 10001011 | 10000111 | 0 | 11110 | 100000 | 10110 | 100 | 100100 | 1000001 |
Color Harmonies of #C78B87
Complementary color
Monochromatic Colors of #C78B87
Black with #C78B87
Text Example
Text Example
White with #C78B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78B87; }
p { color: rgb(199,139,135); }
H1.HeaderClassName
{
color: #C78B87;
}
.AnyTagClassName
{
color: #C78B87;
}
</style>
background-color css
<style>
a { background-color: #C78B87; }
a { background-color: rgb(199,139,135); }
div.DivClassName
{
background-color: #C78B87;
}
.BgClassName
{
background-color: #C78B87;
}
</style>
border-color css
<style>
span { border-color: #C78B87; }
span { border-color: rgb(199,139,135); }
td.TdClassName
{
border-color: #C78B87;
}
.TagClassName
{
border-color: #C78B87;
}
</style>