Shades of Rosy Brown #C39491
Tints of Rosy Brown #C39491
RGB
CMYK
RGB Variations
Color information
#C39491 (or 0xC39491) is known color: Rosy Brown. HEX triplet: C3, 94 and 91. RGB value is (195,148,145). Sum of RGB (Red+Green+Blue) = 195+148+145=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 195 - color contains mainly: red. Hex color #C39491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39491 is #3C6B6E. Grayscale: #A1A1A1. Windows color (decimal): -3959663 or 9540803. OLE color: 9540803.
HSL color Cylindrical-coordinate representation of color #C39491: hue angle of 3.6º 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 #C39491 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 148 | 145 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.24 |
| HSL | 3.6º | 0.29% | 0.67% | - |
| HSV(B) | 3.6º | 0.26% | 0.76% | - |
| XYZ | 38.21 | 34.83 | 31.5 | - |
| YUV | 161.71 | 118.57 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 148 | 145 | 0 | 0.24 | 0.26 | 0.24 | 3.6 | 0.29 | 0.67 |
| Hex | C3 | 94 | 91 | 0 | 18 | 1A | 18 | 4 | 1D | 43 |
| Octal | 303 | 224 | 221 | 0 | 30 | 32 | 30 | 4 | 35 | 103 |
| Binary | 11000011 | 10010100 | 10010001 | 0 | 11000 | 11010 | 11000 | 100 | 11101 | 1000011 |
Color Harmonies of #C39491
Complementary color
Monochromatic Colors of #C39491
Black with #C39491
Text Example
Text Example
White with #C39491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39491; }
p { color: rgb(195,148,145); }
H1.HeaderClassName
{
color: #C39491;
}
.AnyTagClassName
{
color: #C39491;
}
</style>
background-color css
<style>
a { background-color: #C39491; }
a { background-color: rgb(195,148,145); }
div.DivClassName
{
background-color: #C39491;
}
.BgClassName
{
background-color: #C39491;
}
</style>
border-color css
<style>
span { border-color: #C39491; }
span { border-color: rgb(195,148,145); }
td.TdClassName
{
border-color: #C39491;
}
.TagClassName
{
border-color: #C39491;
}
</style>