Shades of Rosy Brown #C79999
Tints of Rosy Brown #C79999
RGB
CMYK
RGB Variations
Color information
#C79999 (or 0xC79999) is known color: Rosy Brown. HEX triplet: C7, 99 and 99. RGB value is (199,153,153). Sum of RGB (Red+Green+Blue) = 199+153+153=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 199 - color contains mainly: red. Hex color #C79999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79999 is #386666. Grayscale: #A6A6A6. Windows color (decimal): -3696231 or 10066375. OLE color: 10066375.
HSL color Cylindrical-coordinate representation of color #C79999: hue angle of 0º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C79999 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 153 | 153 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.22 |
| HSL | 0º | 0.29% | 0.69% | - |
| HSV(B) | 0º | 0.23% | 0.78% | - |
| XYZ | 40.69 | 37.22 | 35.18 | - |
| YUV | 166.75 | 120.24 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 153 | 153 | 0 | 0.23 | 0.23 | 0.22 | 0 | 0.29 | 0.69 |
| Hex | C7 | 99 | 99 | 0 | 17 | 17 | 16 | 0 | 1D | 45 |
| Octal | 307 | 231 | 231 | 0 | 27 | 27 | 26 | 0 | 35 | 105 |
| Binary | 11000111 | 10011001 | 10011001 | 0 | 10111 | 10111 | 10110 | 0 | 11101 | 1000101 |
Color Harmonies of #C79999
Complementary color
Monochromatic Colors of #C79999
Black with #C79999
Text Example
Text Example
White with #C79999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79999; }
p { color: rgb(199,153,153); }
H1.HeaderClassName
{
color: #C79999;
}
.AnyTagClassName
{
color: #C79999;
}
</style>
background-color css
<style>
a { background-color: #C79999; }
a { background-color: rgb(199,153,153); }
div.DivClassName
{
background-color: #C79999;
}
.BgClassName
{
background-color: #C79999;
}
</style>
border-color css
<style>
span { border-color: #C79999; }
span { border-color: rgb(199,153,153); }
td.TdClassName
{
border-color: #C79999;
}
.TagClassName
{
border-color: #C79999;
}
</style>