Shades of Rosy Brown #C19292
Tints of Rosy Brown #C19292
RGB
CMYK
RGB Variations
Color information
#C19292 (or 0xC19292) is known color: Rosy Brown. HEX triplet: C1, 92 and 92. RGB value is (193,146,146). Sum of RGB (Red+Green+Blue) = 193+146+146=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 193 - color contains mainly: red. Hex color #C19292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19292 is #3E6D6D. Grayscale: #A0A0A0. Windows color (decimal): -4091246 or 9605825. OLE color: 9605825.
HSL color Cylindrical-coordinate representation of color #C19292: hue angle of 0º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C19292 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 146 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.24 |
| HSL | 0º | 0.27% | 0.66% | - |
| HSV(B) | 0º | 0.24% | 0.76% | - |
| XYZ | 37.46 | 33.97 | 31.78 | - |
| YUV | 160.05 | 120.07 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 146 | 0 | 0.24 | 0.24 | 0.24 | 0 | 0.27 | 0.66 |
| Hex | C1 | 92 | 92 | 0 | 18 | 18 | 18 | 0 | 1B | 42 |
| Octal | 301 | 222 | 222 | 0 | 30 | 30 | 30 | 0 | 33 | 102 |
| Binary | 11000001 | 10010010 | 10010010 | 0 | 11000 | 11000 | 11000 | 0 | 11011 | 1000010 |
Color Harmonies of #C19292
Complementary color
Monochromatic Colors of #C19292
Black with #C19292
Text Example
Text Example
White with #C19292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19292; }
p { color: rgb(193,146,146); }
H1.HeaderClassName
{
color: #C19292;
}
.AnyTagClassName
{
color: #C19292;
}
</style>
background-color css
<style>
a { background-color: #C19292; }
a { background-color: rgb(193,146,146); }
div.DivClassName
{
background-color: #C19292;
}
.BgClassName
{
background-color: #C19292;
}
</style>
border-color css
<style>
span { border-color: #C19292; }
span { border-color: rgb(193,146,146); }
td.TdClassName
{
border-color: #C19292;
}
.TagClassName
{
border-color: #C19292;
}
</style>