Shades of Rosy Brown #C39191
Tints of Rosy Brown #C39191
RGB
CMYK
RGB Variations
Color information
#C39191 (or 0xC39191) is known color: Rosy Brown. HEX triplet: C3, 91 and 91. RGB value is (195,145,145). Sum of RGB (Red+Green+Blue) = 195+145+145=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 145 (57.03% from 255 or 29.90% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C39191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39191 is #3C6E6E. Grayscale: #A0A0A0. Windows color (decimal): -3960431 or 9540035. OLE color: 9540035.
HSL color Cylindrical-coordinate representation of color #C39191: hue angle of 0º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C39191 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 145 | 145 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.24 |
| HSL | 0º | 0.29% | 0.67% | - |
| HSV(B) | 0º | 0.26% | 0.76% | - |
| XYZ | 37.74 | 33.9 | 31.34 | - |
| YUV | 159.95 | 119.57 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 145 | 145 | 0 | 0.26 | 0.26 | 0.24 | 0 | 0.29 | 0.67 |
| Hex | C3 | 91 | 91 | 0 | 1A | 1A | 18 | 0 | 1D | 43 |
| Octal | 303 | 221 | 221 | 0 | 32 | 32 | 30 | 0 | 35 | 103 |
| Binary | 11000011 | 10010001 | 10010001 | 0 | 11010 | 11010 | 11000 | 0 | 11101 | 1000011 |
Color Harmonies of #C39191
Complementary color
Monochromatic Colors of #C39191
Black with #C39191
Text Example
Text Example
White with #C39191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39191; }
p { color: rgb(195,145,145); }
H1.HeaderClassName
{
color: #C39191;
}
.AnyTagClassName
{
color: #C39191;
}
</style>
background-color css
<style>
a { background-color: #C39191; }
a { background-color: rgb(195,145,145); }
div.DivClassName
{
background-color: #C39191;
}
.BgClassName
{
background-color: #C39191;
}
</style>
border-color css
<style>
span { border-color: #C39191; }
span { border-color: rgb(195,145,145); }
td.TdClassName
{
border-color: #C39191;
}
.TagClassName
{
border-color: #C39191;
}
</style>