Shades of Rosy Brown #C39594
Tints of Rosy Brown #C39594
RGB
CMYK
RGB Variations
Color information
#C39594 (or 0xC39594) is known color: Rosy Brown. HEX triplet: C3, 95 and 94. RGB value is (195,149,148). Sum of RGB (Red+Green+Blue) = 195+149+148=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 195 - color contains mainly: red. Hex color #C39594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39594 is #3C6A6B. Grayscale: #A2A2A2. Windows color (decimal): -3959404 or 9737667. OLE color: 9737667.
HSL color Cylindrical-coordinate representation of color #C39594: hue angle of 1.28º degrees, saturation: 0.28, 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 #C39594 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 149 | 148 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.24 |
| HSL | 1.28º | 0.28% | 0.67% | - |
| HSV(B) | 1.28º | 0.24% | 0.76% | - |
| XYZ | 38.6 | 35.24 | 32.78 | - |
| YUV | 162.64 | 119.74 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 148 | 0 | 0.24 | 0.24 | 0.24 | 1.28 | 0.28 | 0.67 |
| Hex | C3 | 95 | 94 | 0 | 18 | 18 | 18 | 1 | 1C | 43 |
| Octal | 303 | 225 | 224 | 0 | 30 | 30 | 30 | 1 | 34 | 103 |
| Binary | 11000011 | 10010101 | 10010100 | 0 | 11000 | 11000 | 11000 | 1 | 11100 | 1000011 |
Color Harmonies of #C39594
Complementary color
Monochromatic Colors of #C39594
Black with #C39594
Text Example
Text Example
White with #C39594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39594; }
p { color: rgb(195,149,148); }
H1.HeaderClassName
{
color: #C39594;
}
.AnyTagClassName
{
color: #C39594;
}
</style>
background-color css
<style>
a { background-color: #C39594; }
a { background-color: rgb(195,149,148); }
div.DivClassName
{
background-color: #C39594;
}
.BgClassName
{
background-color: #C39594;
}
</style>
border-color css
<style>
span { border-color: #C39594; }
span { border-color: rgb(195,149,148); }
td.TdClassName
{
border-color: #C39594;
}
.TagClassName
{
border-color: #C39594;
}
</style>