Shades of Rosy Brown #C19895
Tints of Rosy Brown #C19895
RGB
CMYK
RGB Variations
Color information
#C19895 (or 0xC19895) is known color: Rosy Brown. HEX triplet: C1, 98 and 95. RGB value is (193,152,149). Sum of RGB (Red+Green+Blue) = 193+152+149=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 193 - color contains mainly: red. Hex color #C19895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19895 is #3E676A. Grayscale: #A3A3A3. Windows color (decimal): -4089707 or 9803969. OLE color: 9803969.
HSL color Cylindrical-coordinate representation of color #C19895: hue angle of 4.09º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C19895 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 152 | 149 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.24 |
| HSL | 4.09º | 0.26% | 0.67% | - |
| HSV(B) | 4.09º | 0.23% | 0.76% | - |
| XYZ | 38.65 | 35.96 | 33.34 | - |
| YUV | 163.92 | 119.58 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 152 | 149 | 0 | 0.21 | 0.23 | 0.24 | 4.09 | 0.26 | 0.67 |
| Hex | C1 | 98 | 95 | 0 | 15 | 17 | 18 | 4 | 1A | 43 |
| Octal | 301 | 230 | 225 | 0 | 25 | 27 | 30 | 4 | 32 | 103 |
| Binary | 11000001 | 10011000 | 10010101 | 0 | 10101 | 10111 | 11000 | 100 | 11010 | 1000011 |
Color Harmonies of #C19895
Complementary color
Monochromatic Colors of #C19895
Black with #C19895
Text Example
Text Example
White with #C19895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19895; }
p { color: rgb(193,152,149); }
H1.HeaderClassName
{
color: #C19895;
}
.AnyTagClassName
{
color: #C19895;
}
</style>
background-color css
<style>
a { background-color: #C19895; }
a { background-color: rgb(193,152,149); }
div.DivClassName
{
background-color: #C19895;
}
.BgClassName
{
background-color: #C19895;
}
</style>
border-color css
<style>
span { border-color: #C19895; }
span { border-color: rgb(193,152,149); }
td.TdClassName
{
border-color: #C19895;
}
.TagClassName
{
border-color: #C19895;
}
</style>