Shades of Rosy Brown #C09391
Tints of Rosy Brown #C09391
RGB
CMYK
RGB Variations
Color information
#C09391 (or 0xC09391) is known color: Rosy Brown. HEX triplet: C0, 93 and 91. RGB value is (192,147,145). Sum of RGB (Red+Green+Blue) = 192+147+145=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C09391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09391 is #3F6C6E. Grayscale: #A0A0A0. Windows color (decimal): -4156527 or 9540544. OLE color: 9540544.
HSL color Cylindrical-coordinate representation of color #C09391: hue angle of 2.55º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C09391 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 145 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.25 |
| HSL | 2.55º | 0.27% | 0.66% | - |
| HSV(B) | 2.55º | 0.24% | 0.75% | - |
| XYZ | 37.28 | 34.12 | 31.41 | - |
| YUV | 160.23 | 119.41 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 145 | 0 | 0.23 | 0.24 | 0.25 | 2.55 | 0.27 | 0.66 |
| Hex | C0 | 93 | 91 | 0 | 17 | 18 | 19 | 3 | 1B | 42 |
| Octal | 300 | 223 | 221 | 0 | 27 | 30 | 31 | 3 | 33 | 102 |
| Binary | 11000000 | 10010011 | 10010001 | 0 | 10111 | 11000 | 11001 | 11 | 11011 | 1000010 |
Color Harmonies of #C09391
Complementary color
Monochromatic Colors of #C09391
Black with #C09391
Text Example
Text Example
White with #C09391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09391; }
p { color: rgb(192,147,145); }
H1.HeaderClassName
{
color: #C09391;
}
.AnyTagClassName
{
color: #C09391;
}
</style>
background-color css
<style>
a { background-color: #C09391; }
a { background-color: rgb(192,147,145); }
div.DivClassName
{
background-color: #C09391;
}
.BgClassName
{
background-color: #C09391;
}
</style>
border-color css
<style>
span { border-color: #C09391; }
span { border-color: rgb(192,147,145); }
td.TdClassName
{
border-color: #C09391;
}
.TagClassName
{
border-color: #C09391;
}
</style>