Shades of Oriental Pink #C79690
Tints of Oriental Pink #C79690
RGB
CMYK
RGB Variations
Color information
#C79690 (or 0xC79690) is known color: Oriental Pink. HEX triplet: C7, 96 and 90. RGB value is (199,150,144). Sum of RGB (Red+Green+Blue) = 199+150+144=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 199 - color contains mainly: red. Hex color #C79690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79690 is #38696F. Grayscale: #A4A4A4. Windows color (decimal): -3697008 or 9475783. OLE color: 9475783.
HSL color Cylindrical-coordinate representation of color #C79690: hue angle of 6.55º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C79690 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 150 | 144 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.22 |
| HSL | 6.55º | 0.33% | 0.67% | - |
| HSV(B) | 6.55º | 0.28% | 0.78% | - |
| XYZ | 39.49 | 35.97 | 31.25 | - |
| YUV | 163.97 | 116.73 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 144 | 0 | 0.25 | 0.28 | 0.22 | 6.55 | 0.33 | 0.67 |
| Hex | C7 | 96 | 90 | 0 | 19 | 1C | 16 | 7 | 21 | 43 |
| Octal | 307 | 226 | 220 | 0 | 31 | 34 | 26 | 7 | 41 | 103 |
| Binary | 11000111 | 10010110 | 10010000 | 0 | 11001 | 11100 | 10110 | 111 | 100001 | 1000011 |
Color Harmonies of #C79690
Complementary color
Monochromatic Colors of #C79690
Black with #C79690
Text Example
Text Example
White with #C79690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79690; }
p { color: rgb(199,150,144); }
H1.HeaderClassName
{
color: #C79690;
}
.AnyTagClassName
{
color: #C79690;
}
</style>
background-color css
<style>
a { background-color: #C79690; }
a { background-color: rgb(199,150,144); }
div.DivClassName
{
background-color: #C79690;
}
.BgClassName
{
background-color: #C79690;
}
</style>
border-color css
<style>
span { border-color: #C79690; }
span { border-color: rgb(199,150,144); }
td.TdClassName
{
border-color: #C79690;
}
.TagClassName
{
border-color: #C79690;
}
</style>