Shades of Oriental Pink #C78C84
Tints of Oriental Pink #C78C84
RGB
CMYK
RGB Variations
Color information
#C78C84 (or 0xC78C84) is known color: Oriental Pink. HEX triplet: C7, 8C and 84. RGB value is (199,140,132). Sum of RGB (Red+Green+Blue) = 199+140+132=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 199 - color contains mainly: red. Hex color #C78C84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78C84 is #38737B. Grayscale: #9C9C9C. Windows color (decimal): -3699580 or 8686791. OLE color: 8686791.
HSL color Cylindrical-coordinate representation of color #C78C84: hue angle of 7.16º 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 #C78C84 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 140 | 132 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.22 |
| HSL | 7.16º | 0.37% | 0.65% | - |
| HSV(B) | 7.16º | 0.34% | 0.78% | - |
| XYZ | 37.1 | 32.56 | 26.16 | - |
| YUV | 156.73 | 114.05 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 140 | 132 | 0 | 0.30 | 0.34 | 0.22 | 7.16 | 0.37 | 0.65 |
| Hex | C7 | 8C | 84 | 0 | 1E | 22 | 16 | 7 | 25 | 41 |
| Octal | 307 | 214 | 204 | 0 | 36 | 42 | 26 | 7 | 45 | 101 |
| Binary | 11000111 | 10001100 | 10000100 | 0 | 11110 | 100010 | 10110 | 111 | 100101 | 1000001 |
Color Harmonies of #C78C84
Complementary color
Monochromatic Colors of #C78C84
Black with #C78C84
Text Example
Text Example
White with #C78C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78C84; }
p { color: rgb(199,140,132); }
H1.HeaderClassName
{
color: #C78C84;
}
.AnyTagClassName
{
color: #C78C84;
}
</style>
background-color css
<style>
a { background-color: #C78C84; }
a { background-color: rgb(199,140,132); }
div.DivClassName
{
background-color: #C78C84;
}
.BgClassName
{
background-color: #C78C84;
}
</style>
border-color css
<style>
span { border-color: #C78C84; }
span { border-color: rgb(199,140,132); }
td.TdClassName
{
border-color: #C78C84;
}
.TagClassName
{
border-color: #C78C84;
}
</style>