Shades of Rosy Brown #C49796
Tints of Rosy Brown #C49796
RGB
CMYK
RGB Variations
Color information
#C49796 (or 0xC49796) is known color: Rosy Brown. HEX triplet: C4, 97 and 96. RGB value is (196,151,150). Sum of RGB (Red+Green+Blue) = 196+151+150=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 151 (59.38% from 255 or 30.38% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 196 - color contains mainly: red. Hex color #C49796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49796 is #3B6869. Grayscale: #A4A4A4. Windows color (decimal): -3893354 or 9869252. OLE color: 9869252.
HSL color Cylindrical-coordinate representation of color #C49796: hue angle of 1.3º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C49796 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 151 | 150 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.23 |
| HSL | 1.3º | 0.28% | 0.68% | - |
| HSV(B) | 1.3º | 0.23% | 0.77% | - |
| XYZ | 39.34 | 36.07 | 33.74 | - |
| YUV | 164.34 | 119.91 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 151 | 150 | 0 | 0.23 | 0.23 | 0.23 | 1.3 | 0.28 | 0.68 |
| Hex | C4 | 97 | 96 | 0 | 17 | 17 | 17 | 1 | 1C | 44 |
| Octal | 304 | 227 | 226 | 0 | 27 | 27 | 27 | 1 | 34 | 104 |
| Binary | 11000100 | 10010111 | 10010110 | 0 | 10111 | 10111 | 10111 | 1 | 11100 | 1000100 |
Color Harmonies of #C49796
Complementary color
Monochromatic Colors of #C49796
Black with #C49796
Text Example
Text Example
White with #C49796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49796; }
p { color: rgb(196,151,150); }
H1.HeaderClassName
{
color: #C49796;
}
.AnyTagClassName
{
color: #C49796;
}
</style>
background-color css
<style>
a { background-color: #C49796; }
a { background-color: rgb(196,151,150); }
div.DivClassName
{
background-color: #C49796;
}
.BgClassName
{
background-color: #C49796;
}
</style>
border-color css
<style>
span { border-color: #C49796; }
span { border-color: rgb(196,151,150); }
td.TdClassName
{
border-color: #C49796;
}
.TagClassName
{
border-color: #C49796;
}
</style>