Shades of Rosy Brown #C49290
Tints of Rosy Brown #C49290
RGB
CMYK
RGB Variations
Color information
#C49290 (or 0xC49290) is known color: Rosy Brown. HEX triplet: C4, 92 and 90. RGB value is (196,146,144). Sum of RGB (Red+Green+Blue) = 196+146+144=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C49290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49290 is #3B6D6F. Grayscale: #A0A0A0. Windows color (decimal): -3894640 or 9474756. OLE color: 9474756.
HSL color Cylindrical-coordinate representation of color #C49290: hue angle of 2.31º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C49290 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 146 | 144 | - |
| CMYK | 0 | 0.26 | 0.27 | 0.23 |
| HSL | 2.31º | 0.31% | 0.67% | - |
| HSV(B) | 2.31º | 0.27% | 0.77% | - |
| XYZ | 38.08 | 34.31 | 31 | - |
| YUV | 160.72 | 118.57 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 146 | 144 | 0 | 0.26 | 0.27 | 0.23 | 2.31 | 0.31 | 0.67 |
| Hex | C4 | 92 | 90 | 0 | 1A | 1B | 17 | 2 | 1F | 43 |
| Octal | 304 | 222 | 220 | 0 | 32 | 33 | 27 | 2 | 37 | 103 |
| Binary | 11000100 | 10010010 | 10010000 | 0 | 11010 | 11011 | 10111 | 10 | 11111 | 1000011 |
Color Harmonies of #C49290
Complementary color
Monochromatic Colors of #C49290
Black with #C49290
Text Example
Text Example
White with #C49290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49290; }
p { color: rgb(196,146,144); }
H1.HeaderClassName
{
color: #C49290;
}
.AnyTagClassName
{
color: #C49290;
}
</style>
background-color css
<style>
a { background-color: #C49290; }
a { background-color: rgb(196,146,144); }
div.DivClassName
{
background-color: #C49290;
}
.BgClassName
{
background-color: #C49290;
}
</style>
border-color css
<style>
span { border-color: #C49290; }
span { border-color: rgb(196,146,144); }
td.TdClassName
{
border-color: #C49290;
}
.TagClassName
{
border-color: #C49290;
}
</style>