Shades of Oriental Pink #C78A84
Tints of Oriental Pink #C78A84
RGB
CMYK
RGB Variations
Color information
#C78A84 (or 0xC78A84) is known color: Oriental Pink. HEX triplet: C7, 8A and 84. RGB value is (199,138,132). Sum of RGB (Red+Green+Blue) = 199+138+132=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 132 (51.95% from 255 or 28.14% from 469); Max value from RGB is 199 - color contains mainly: red. Hex color #C78A84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78A84 is #38757B. Grayscale: #9B9B9B. Windows color (decimal): -3700092 or 8686279. OLE color: 8686279.
HSL color Cylindrical-coordinate representation of color #C78A84: hue angle of 5.37º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C78A84 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 138 | 132 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.22 |
| HSL | 5.37º | 0.37% | 0.65% | - |
| HSV(B) | 5.37º | 0.34% | 0.78% | - |
| XYZ | 36.81 | 31.99 | 26.06 | - |
| YUV | 155.56 | 114.71 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 138 | 132 | 0 | 0.31 | 0.34 | 0.22 | 5.37 | 0.37 | 0.65 |
| Hex | C7 | 8A | 84 | 0 | 1F | 22 | 16 | 5 | 25 | 41 |
| Octal | 307 | 212 | 204 | 0 | 37 | 42 | 26 | 5 | 45 | 101 |
| Binary | 11000111 | 10001010 | 10000100 | 0 | 11111 | 100010 | 10110 | 101 | 100101 | 1000001 |
Color Harmonies of #C78A84
Complementary color
Monochromatic Colors of #C78A84
Black with #C78A84
Text Example
Text Example
White with #C78A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78A84; }
p { color: rgb(199,138,132); }
H1.HeaderClassName
{
color: #C78A84;
}
.AnyTagClassName
{
color: #C78A84;
}
</style>
background-color css
<style>
a { background-color: #C78A84; }
a { background-color: rgb(199,138,132); }
div.DivClassName
{
background-color: #C78A84;
}
.BgClassName
{
background-color: #C78A84;
}
</style>
border-color css
<style>
span { border-color: #C78A84; }
span { border-color: rgb(199,138,132); }
td.TdClassName
{
border-color: #C78A84;
}
.TagClassName
{
border-color: #C78A84;
}
</style>