Shades of Rosy Brown #C49693
Tints of Rosy Brown #C49693
RGB
CMYK
RGB Variations
Color information
#C49693 (or 0xC49693) is known color: Rosy Brown. HEX triplet: C4, 96 and 93. RGB value is (196,150,147). Sum of RGB (Red+Green+Blue) = 196+150+147=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 147 (57.81% from 255 or 29.82% from 493); Max value from RGB is 196 - color contains mainly: red. Hex color #C49693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49693 is #3B696C. Grayscale: #A3A3A3. Windows color (decimal): -3893613 or 9672388. OLE color: 9672388.
HSL color Cylindrical-coordinate representation of color #C49693: hue angle of 3.67º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C49693 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 150 | 147 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.23 |
| HSL | 3.67º | 0.29% | 0.67% | - |
| HSV(B) | 3.67º | 0.25% | 0.77% | - |
| XYZ | 38.94 | 35.66 | 32.43 | - |
| YUV | 163.41 | 118.74 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 150 | 147 | 0 | 0.23 | 0.25 | 0.23 | 3.67 | 0.29 | 0.67 |
| Hex | C4 | 96 | 93 | 0 | 17 | 19 | 17 | 4 | 1D | 43 |
| Octal | 304 | 226 | 223 | 0 | 27 | 31 | 27 | 4 | 35 | 103 |
| Binary | 11000100 | 10010110 | 10010011 | 0 | 10111 | 11001 | 10111 | 100 | 11101 | 1000011 |
Color Harmonies of #C49693
Complementary color
Monochromatic Colors of #C49693
Black with #C49693
Text Example
Text Example
White with #C49693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49693; }
p { color: rgb(196,150,147); }
H1.HeaderClassName
{
color: #C49693;
}
.AnyTagClassName
{
color: #C49693;
}
</style>
background-color css
<style>
a { background-color: #C49693; }
a { background-color: rgb(196,150,147); }
div.DivClassName
{
background-color: #C49693;
}
.BgClassName
{
background-color: #C49693;
}
</style>
border-color css
<style>
span { border-color: #C49693; }
span { border-color: rgb(196,150,147); }
td.TdClassName
{
border-color: #C49693;
}
.TagClassName
{
border-color: #C49693;
}
</style>