Shades of Rosy Brown #C09392
Tints of Rosy Brown #C09392
RGB
CMYK
RGB Variations
Color information
#C09392 (or 0xC09392) is known color: Rosy Brown. HEX triplet: C0, 93 and 92. RGB value is (192,147,146). Sum of RGB (Red+Green+Blue) = 192+147+146=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C09392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09392 is #3F6C6D. Grayscale: #A0A0A0. Windows color (decimal): -4156526 or 9606080. OLE color: 9606080.
HSL color Cylindrical-coordinate representation of color #C09392: hue angle of 1.3º 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 #C09392 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 146 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.25 |
| HSL | 1.3º | 0.27% | 0.66% | - |
| HSV(B) | 1.3º | 0.24% | 0.75% | - |
| XYZ | 37.36 | 34.15 | 31.82 | - |
| YUV | 160.34 | 119.91 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 146 | 0 | 0.23 | 0.24 | 0.25 | 1.3 | 0.27 | 0.66 |
| Hex | C0 | 93 | 92 | 0 | 17 | 18 | 19 | 1 | 1B | 42 |
| Octal | 300 | 223 | 222 | 0 | 27 | 30 | 31 | 1 | 33 | 102 |
| Binary | 11000000 | 10010011 | 10010010 | 0 | 10111 | 11000 | 11001 | 1 | 11011 | 1000010 |
Color Harmonies of #C09392
Complementary color
Monochromatic Colors of #C09392
Black with #C09392
Text Example
Text Example
White with #C09392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09392; }
p { color: rgb(192,147,146); }
H1.HeaderClassName
{
color: #C09392;
}
.AnyTagClassName
{
color: #C09392;
}
</style>
background-color css
<style>
a { background-color: #C09392; }
a { background-color: rgb(192,147,146); }
div.DivClassName
{
background-color: #C09392;
}
.BgClassName
{
background-color: #C09392;
}
</style>
border-color css
<style>
span { border-color: #C09392; }
span { border-color: rgb(192,147,146); }
td.TdClassName
{
border-color: #C09392;
}
.TagClassName
{
border-color: #C09392;
}
</style>