Shades of Rosy Brown #C19692
Tints of Rosy Brown #C19692
RGB
CMYK
RGB Variations
Color information
#C19692 (or 0xC19692) is known color: Rosy Brown. HEX triplet: C1, 96 and 92. RGB value is (193,150,146). Sum of RGB (Red+Green+Blue) = 193+150+146=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 193 - color contains mainly: red. Hex color #C19692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19692 is #3E696D. Grayscale: #A2A2A2. Windows color (decimal): -4090222 or 9606849. OLE color: 9606849.
HSL color Cylindrical-coordinate representation of color #C19692: hue angle of 5.11º 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 #C19692 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 150 | 146 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.24 |
| HSL | 5.11º | 0.27% | 0.66% | - |
| HSV(B) | 5.11º | 0.24% | 0.76% | - |
| XYZ | 38.09 | 35.23 | 31.99 | - |
| YUV | 162.4 | 118.75 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 146 | 0 | 0.22 | 0.24 | 0.24 | 5.11 | 0.27 | 0.66 |
| Hex | C1 | 96 | 92 | 0 | 16 | 18 | 18 | 5 | 1B | 42 |
| Octal | 301 | 226 | 222 | 0 | 26 | 30 | 30 | 5 | 33 | 102 |
| Binary | 11000001 | 10010110 | 10010010 | 0 | 10110 | 11000 | 11000 | 101 | 11011 | 1000010 |
Color Harmonies of #C19692
Complementary color
Monochromatic Colors of #C19692
Black with #C19692
Text Example
Text Example
White with #C19692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19692; }
p { color: rgb(193,150,146); }
H1.HeaderClassName
{
color: #C19692;
}
.AnyTagClassName
{
color: #C19692;
}
</style>
background-color css
<style>
a { background-color: #C19692; }
a { background-color: rgb(193,150,146); }
div.DivClassName
{
background-color: #C19692;
}
.BgClassName
{
background-color: #C19692;
}
</style>
border-color css
<style>
span { border-color: #C19692; }
span { border-color: rgb(193,150,146); }
td.TdClassName
{
border-color: #C19692;
}
.TagClassName
{
border-color: #C19692;
}
</style>