Shades of Rosy Brown #C09494
Tints of Rosy Brown #C09494
RGB
CMYK
RGB Variations
Color information
#C09494 (or 0xC09494) is known color: Rosy Brown. HEX triplet: C0, 94 and 94. RGB value is (192,148,148). Sum of RGB (Red+Green+Blue) = 192+148+148=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 192 - color contains mainly: red. Hex color #C09494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09494 is #3F6B6B. Grayscale: #A1A1A1. Windows color (decimal): -4156268 or 9737408. OLE color: 9737408.
HSL color Cylindrical-coordinate representation of color #C09494: hue angle of 0º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C09494 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 148 | 148 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.25 |
| HSL | 0º | 0.26% | 0.67% | - |
| HSV(B) | 0º | 0.23% | 0.75% | - |
| XYZ | 37.67 | 34.52 | 32.7 | - |
| YUV | 161.16 | 120.58 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 148 | 148 | 0 | 0.23 | 0.23 | 0.25 | 0 | 0.26 | 0.67 |
| Hex | C0 | 94 | 94 | 0 | 17 | 17 | 19 | 0 | 1A | 43 |
| Octal | 300 | 224 | 224 | 0 | 27 | 27 | 31 | 0 | 32 | 103 |
| Binary | 11000000 | 10010100 | 10010100 | 0 | 10111 | 10111 | 11001 | 0 | 11010 | 1000011 |
Color Harmonies of #C09494
Complementary color
Monochromatic Colors of #C09494
Black with #C09494
Text Example
Text Example
White with #C09494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09494; }
p { color: rgb(192,148,148); }
H1.HeaderClassName
{
color: #C09494;
}
.AnyTagClassName
{
color: #C09494;
}
</style>
background-color css
<style>
a { background-color: #C09494; }
a { background-color: rgb(192,148,148); }
div.DivClassName
{
background-color: #C09494;
}
.BgClassName
{
background-color: #C09494;
}
</style>
border-color css
<style>
span { border-color: #C09494; }
span { border-color: rgb(192,148,148); }
td.TdClassName
{
border-color: #C09494;
}
.TagClassName
{
border-color: #C09494;
}
</style>