Shades of Rosy Brown #C19090
Tints of Rosy Brown #C19090
RGB
CMYK
RGB Variations
Color information
#C19090 (or 0xC19090) is known color: Rosy Brown. HEX triplet: C1, 90 and 90. RGB value is (193,144,144). Sum of RGB (Red+Green+Blue) = 193+144+144=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 193 - color contains mainly: red. Hex color #C19090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19090 is #3E6F6F. Grayscale: #9E9E9E. Windows color (decimal): -4091760 or 9474241. OLE color: 9474241.
HSL color Cylindrical-coordinate representation of color #C19090: hue angle of 0º 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 #C19090 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 144 | 144 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.24 |
| HSL | 0º | 0.28% | 0.66% | - |
| HSV(B) | 0º | 0.25% | 0.76% | - |
| XYZ | 37 | 33.3 | 30.86 | - |
| YUV | 158.65 | 119.73 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 144 | 0 | 0.25 | 0.25 | 0.24 | 0 | 0.28 | 0.66 |
| Hex | C1 | 90 | 90 | 0 | 19 | 19 | 18 | 0 | 1C | 42 |
| Octal | 301 | 220 | 220 | 0 | 31 | 31 | 30 | 0 | 34 | 102 |
| Binary | 11000001 | 10010000 | 10010000 | 0 | 11001 | 11001 | 11000 | 0 | 11100 | 1000010 |
Color Harmonies of #C19090
Complementary color
Monochromatic Colors of #C19090
Black with #C19090
Text Example
Text Example
White with #C19090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19090; }
p { color: rgb(193,144,144); }
H1.HeaderClassName
{
color: #C19090;
}
.AnyTagClassName
{
color: #C19090;
}
</style>
background-color css
<style>
a { background-color: #C19090; }
a { background-color: rgb(193,144,144); }
div.DivClassName
{
background-color: #C19090;
}
.BgClassName
{
background-color: #C19090;
}
</style>
border-color css
<style>
span { border-color: #C19090; }
span { border-color: rgb(193,144,144); }
td.TdClassName
{
border-color: #C19090;
}
.TagClassName
{
border-color: #C19090;
}
</style>