Shades of Rosy Brown #C19693
Tints of Rosy Brown #C19693
RGB
CMYK
RGB Variations
Color information
#C19693 (or 0xC19693) is known color: Rosy Brown. HEX triplet: C1, 96 and 93. RGB value is (193,150,147). Sum of RGB (Red+Green+Blue) = 193+150+147=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 193 - color contains mainly: red. Hex color #C19693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19693 is #3E696C. Grayscale: #A2A2A2. Windows color (decimal): -4090221 or 9672385. OLE color: 9672385.
HSL color Cylindrical-coordinate representation of color #C19693: hue angle of 3.91º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C19693 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 150 | 147 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.24 |
| HSL | 3.91º | 0.27% | 0.67% | - |
| HSV(B) | 3.91º | 0.24% | 0.76% | - |
| XYZ | 38.17 | 35.26 | 32.4 | - |
| YUV | 162.52 | 119.25 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 147 | 0 | 0.22 | 0.24 | 0.24 | 3.91 | 0.27 | 0.67 |
| Hex | C1 | 96 | 93 | 0 | 16 | 18 | 18 | 4 | 1B | 43 |
| Octal | 301 | 226 | 223 | 0 | 26 | 30 | 30 | 4 | 33 | 103 |
| Binary | 11000001 | 10010110 | 10010011 | 0 | 10110 | 11000 | 11000 | 100 | 11011 | 1000011 |
Color Harmonies of #C19693
Complementary color
Monochromatic Colors of #C19693
Black with #C19693
Text Example
Text Example
White with #C19693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19693; }
p { color: rgb(193,150,147); }
H1.HeaderClassName
{
color: #C19693;
}
.AnyTagClassName
{
color: #C19693;
}
</style>
background-color css
<style>
a { background-color: #C19693; }
a { background-color: rgb(193,150,147); }
div.DivClassName
{
background-color: #C19693;
}
.BgClassName
{
background-color: #C19693;
}
</style>
border-color css
<style>
span { border-color: #C19693; }
span { border-color: rgb(193,150,147); }
td.TdClassName
{
border-color: #C19693;
}
.TagClassName
{
border-color: #C19693;
}
</style>