Shades of Rosy Brown #C19391
Tints of Rosy Brown #C19391
RGB
CMYK
RGB Variations
Color information
#C19391 (or 0xC19391) is known color: Rosy Brown. HEX triplet: C1, 93 and 91. RGB value is (193,147,145). Sum of RGB (Red+Green+Blue) = 193+147+145=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 193 - color contains mainly: red. Hex color #C19391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19391 is #3E6C6E. Grayscale: #A0A0A0. Windows color (decimal): -4090991 or 9540545. OLE color: 9540545.
HSL color Cylindrical-coordinate representation of color #C19391: hue angle of 2.5º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C19391 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 147 | 145 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.24 |
| HSL | 2.5º | 0.28% | 0.66% | - |
| HSV(B) | 2.5º | 0.25% | 0.76% | - |
| XYZ | 37.54 | 34.25 | 31.42 | - |
| YUV | 160.53 | 119.24 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 147 | 145 | 0 | 0.24 | 0.25 | 0.24 | 2.5 | 0.28 | 0.66 |
| Hex | C1 | 93 | 91 | 0 | 18 | 19 | 18 | 2 | 1C | 42 |
| Octal | 301 | 223 | 221 | 0 | 30 | 31 | 30 | 2 | 34 | 102 |
| Binary | 11000001 | 10010011 | 10010001 | 0 | 11000 | 11001 | 11000 | 10 | 11100 | 1000010 |
Color Harmonies of #C19391
Complementary color
Monochromatic Colors of #C19391
Black with #C19391
Text Example
Text Example
White with #C19391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19391; }
p { color: rgb(193,147,145); }
H1.HeaderClassName
{
color: #C19391;
}
.AnyTagClassName
{
color: #C19391;
}
</style>
background-color css
<style>
a { background-color: #C19391; }
a { background-color: rgb(193,147,145); }
div.DivClassName
{
background-color: #C19391;
}
.BgClassName
{
background-color: #C19391;
}
</style>
border-color css
<style>
span { border-color: #C19391; }
span { border-color: rgb(193,147,145); }
td.TdClassName
{
border-color: #C19391;
}
.TagClassName
{
border-color: #C19391;
}
</style>