Shades of Oriental Pink #C79189
Tints of Oriental Pink #C79189
RGB
CMYK
RGB Variations
Color information
#C79189 (or 0xC79189) is known color: Oriental Pink. HEX triplet: C7, 91 and 89. RGB value is (199,145,137). Sum of RGB (Red+Green+Blue) = 199+145+137=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 137 (53.91% from 255 or 28.48% from 481); Max value from RGB is 199 - color contains mainly: red. Hex color #C79189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79189 is #386E76. Grayscale: #A0A0A0. Windows color (decimal): -3698295 or 9015751. OLE color: 9015751.
HSL color Cylindrical-coordinate representation of color #C79189: hue angle of 7.74º 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 #C79189 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 145 | 137 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.22 |
| HSL | 7.74º | 0.36% | 0.66% | - |
| HSV(B) | 7.74º | 0.31% | 0.78% | - |
| XYZ | 38.19 | 34.2 | 28.25 | - |
| YUV | 160.23 | 114.89 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 145 | 137 | 0 | 0.27 | 0.31 | 0.22 | 7.74 | 0.36 | 0.66 |
| Hex | C7 | 91 | 89 | 0 | 1B | 1F | 16 | 8 | 24 | 42 |
| Octal | 307 | 221 | 211 | 0 | 33 | 37 | 26 | 10 | 44 | 102 |
| Binary | 11000111 | 10010001 | 10001001 | 0 | 11011 | 11111 | 10110 | 1000 | 100100 | 1000010 |
Color Harmonies of #C79189
Complementary color
Monochromatic Colors of #C79189
Black with #C79189
Text Example
Text Example
White with #C79189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79189; }
p { color: rgb(199,145,137); }
H1.HeaderClassName
{
color: #C79189;
}
.AnyTagClassName
{
color: #C79189;
}
</style>
background-color css
<style>
a { background-color: #C79189; }
a { background-color: rgb(199,145,137); }
div.DivClassName
{
background-color: #C79189;
}
.BgClassName
{
background-color: #C79189;
}
</style>
border-color css
<style>
span { border-color: #C79189; }
span { border-color: rgb(199,145,137); }
td.TdClassName
{
border-color: #C79189;
}
.TagClassName
{
border-color: #C79189;
}
</style>