Shades of Rosy Brown #C19492
Tints of Rosy Brown #C19492
RGB
CMYK
RGB Variations
Color information
#C19492 (or 0xC19492) is known color: Rosy Brown. HEX triplet: C1, 94 and 92. RGB value is (193,148,146). Sum of RGB (Red+Green+Blue) = 193+148+146=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 146 (57.42% from 255 or 29.98% from 487); Max value from RGB is 193 - color contains mainly: red. Hex color #C19492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19492 is #3E6B6D. Grayscale: #A1A1A1. Windows color (decimal): -4090734 or 9606337. OLE color: 9606337.
HSL color Cylindrical-coordinate representation of color #C19492: hue angle of 2.55º 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 #C19492 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 148 | 146 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.24 |
| HSL | 2.55º | 0.27% | 0.66% | - |
| HSV(B) | 2.55º | 0.24% | 0.76% | - |
| XYZ | 37.77 | 34.59 | 31.88 | - |
| YUV | 161.23 | 119.41 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 146 | 0 | 0.23 | 0.24 | 0.24 | 2.55 | 0.27 | 0.66 |
| Hex | C1 | 94 | 92 | 0 | 17 | 18 | 18 | 3 | 1B | 42 |
| Octal | 301 | 224 | 222 | 0 | 27 | 30 | 30 | 3 | 33 | 102 |
| Binary | 11000001 | 10010100 | 10010010 | 0 | 10111 | 11000 | 11000 | 11 | 11011 | 1000010 |
Color Harmonies of #C19492
Complementary color
Monochromatic Colors of #C19492
Black with #C19492
Text Example
Text Example
White with #C19492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19492; }
p { color: rgb(193,148,146); }
H1.HeaderClassName
{
color: #C19492;
}
.AnyTagClassName
{
color: #C19492;
}
</style>
background-color css
<style>
a { background-color: #C19492; }
a { background-color: rgb(193,148,146); }
div.DivClassName
{
background-color: #C19492;
}
.BgClassName
{
background-color: #C19492;
}
</style>
border-color css
<style>
span { border-color: #C19492; }
span { border-color: rgb(193,148,146); }
td.TdClassName
{
border-color: #C19492;
}
.TagClassName
{
border-color: #C19492;
}
</style>