Shades of Oriental Pink #C79084
Tints of Oriental Pink #C79084
RGB
CMYK
RGB Variations
Color information
#C79084 (or 0xC79084) is known color: Oriental Pink. HEX triplet: C7, 90 and 84. RGB value is (199,144,132). Sum of RGB (Red+Green+Blue) = 199+144+132=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 199 - color contains mainly: red. Hex color #C79084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79084 is #386F7B. Grayscale: #9F9F9F. Windows color (decimal): -3698556 or 8687815. OLE color: 8687815.
HSL color Cylindrical-coordinate representation of color #C79084: hue angle of 10.75º 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 #C79084 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 144 | 132 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.22 |
| HSL | 10.75º | 0.37% | 0.65% | - |
| HSV(B) | 10.75º | 0.34% | 0.78% | - |
| XYZ | 37.69 | 33.75 | 26.36 | - |
| YUV | 159.08 | 112.72 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 144 | 132 | 0 | 0.28 | 0.34 | 0.22 | 10.75 | 0.37 | 0.65 |
| Hex | C7 | 90 | 84 | 0 | 1C | 22 | 16 | B | 25 | 41 |
| Octal | 307 | 220 | 204 | 0 | 34 | 42 | 26 | 13 | 45 | 101 |
| Binary | 11000111 | 10010000 | 10000100 | 0 | 11100 | 100010 | 10110 | 1011 | 100101 | 1000001 |
Color Harmonies of #C79084
Complementary color
Monochromatic Colors of #C79084
Black with #C79084
Text Example
Text Example
White with #C79084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79084; }
p { color: rgb(199,144,132); }
H1.HeaderClassName
{
color: #C79084;
}
.AnyTagClassName
{
color: #C79084;
}
</style>
background-color css
<style>
a { background-color: #C79084; }
a { background-color: rgb(199,144,132); }
div.DivClassName
{
background-color: #C79084;
}
.BgClassName
{
background-color: #C79084;
}
</style>
border-color css
<style>
span { border-color: #C79084; }
span { border-color: rgb(199,144,132); }
td.TdClassName
{
border-color: #C79084;
}
.TagClassName
{
border-color: #C79084;
}
</style>