Shades of Oriental Pink #C79289
Tints of Oriental Pink #C79289
RGB
CMYK
RGB Variations
Color information
#C79289 (or 0xC79289) is known color: Oriental Pink. HEX triplet: C7, 92 and 89. RGB value is (199,146,137). Sum of RGB (Red+Green+Blue) = 199+146+137=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 137 (53.91% from 255 or 28.42% from 482); Max value from RGB is 199 - color contains mainly: red. Hex color #C79289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79289 is #386D76. Grayscale: #A0A0A0. Windows color (decimal): -3698039 or 9016007. OLE color: 9016007.
HSL color Cylindrical-coordinate representation of color #C79289: hue angle of 8.71º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C79289 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 146 | 137 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.22 |
| HSL | 8.71º | 0.36% | 0.66% | - |
| HSV(B) | 8.71º | 0.31% | 0.78% | - |
| XYZ | 38.35 | 34.51 | 28.31 | - |
| YUV | 160.82 | 114.56 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 137 | 0 | 0.27 | 0.31 | 0.22 | 8.71 | 0.36 | 0.66 |
| Hex | C7 | 92 | 89 | 0 | 1B | 1F | 16 | 9 | 24 | 42 |
| Octal | 307 | 222 | 211 | 0 | 33 | 37 | 26 | 11 | 44 | 102 |
| Binary | 11000111 | 10010010 | 10001001 | 0 | 11011 | 11111 | 10110 | 1001 | 100100 | 1000010 |
Color Harmonies of #C79289
Complementary color
Monochromatic Colors of #C79289
Black with #C79289
Text Example
Text Example
White with #C79289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79289; }
p { color: rgb(199,146,137); }
H1.HeaderClassName
{
color: #C79289;
}
.AnyTagClassName
{
color: #C79289;
}
</style>
background-color css
<style>
a { background-color: #C79289; }
a { background-color: rgb(199,146,137); }
div.DivClassName
{
background-color: #C79289;
}
.BgClassName
{
background-color: #C79289;
}
</style>
border-color css
<style>
span { border-color: #C79289; }
span { border-color: rgb(199,146,137); }
td.TdClassName
{
border-color: #C79289;
}
.TagClassName
{
border-color: #C79289;
}
</style>