Shades of Oriental Pink #C78B86
Tints of Oriental Pink #C78B86
RGB
CMYK
RGB Variations
Color information
#C78B86 (or 0xC78B86) is known color: Oriental Pink. HEX triplet: C7, 8B and 86. RGB value is (199,139,134). Sum of RGB (Red+Green+Blue) = 199+139+134=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 134 (52.73% from 255 or 28.39% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C78B86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78B86 is #387479. Grayscale: #9C9C9C. Windows color (decimal): -3699834 or 8817607. OLE color: 8817607.
HSL color Cylindrical-coordinate representation of color #C78B86: hue angle of 4.62º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C78B86 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 139 | 134 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.22 |
| HSL | 4.62º | 0.37% | 0.65% | - |
| HSV(B) | 4.62º | 0.33% | 0.78% | - |
| XYZ | 37.09 | 32.33 | 26.84 | - |
| YUV | 156.37 | 115.38 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 139 | 134 | 0 | 0.30 | 0.33 | 0.22 | 4.62 | 0.37 | 0.65 |
| Hex | C7 | 8B | 86 | 0 | 1E | 21 | 16 | 5 | 25 | 41 |
| Octal | 307 | 213 | 206 | 0 | 36 | 41 | 26 | 5 | 45 | 101 |
| Binary | 11000111 | 10001011 | 10000110 | 0 | 11110 | 100001 | 10110 | 101 | 100101 | 1000001 |
Color Harmonies of #C78B86
Complementary color
Monochromatic Colors of #C78B86
Black with #C78B86
Text Example
Text Example
White with #C78B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78B86; }
p { color: rgb(199,139,134); }
H1.HeaderClassName
{
color: #C78B86;
}
.AnyTagClassName
{
color: #C78B86;
}
</style>
background-color css
<style>
a { background-color: #C78B86; }
a { background-color: rgb(199,139,134); }
div.DivClassName
{
background-color: #C78B86;
}
.BgClassName
{
background-color: #C78B86;
}
</style>
border-color css
<style>
span { border-color: #C78B86; }
span { border-color: rgb(199,139,134); }
td.TdClassName
{
border-color: #C78B86;
}
.TagClassName
{
border-color: #C78B86;
}
</style>