Shades of Rosy Brown #C09594
Tints of Rosy Brown #C09594
RGB
CMYK
RGB Variations
Color information
#C09594 (or 0xC09594) is known color: Rosy Brown. HEX triplet: C0, 95 and 94. RGB value is (192,149,148). Sum of RGB (Red+Green+Blue) = 192+149+148=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 149 (58.59% from 255 or 30.47% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C09594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09594 is #3F6A6B. Grayscale: #A1A1A1. Windows color (decimal): -4156012 or 9737664. OLE color: 9737664.
HSL color Cylindrical-coordinate representation of color #C09594: hue angle of 1.36º 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 #C09594 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 149 | 148 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.25 |
| HSL | 1.36º | 0.26% | 0.67% | - |
| HSV(B) | 1.36º | 0.23% | 0.75% | - |
| XYZ | 37.83 | 34.84 | 32.75 | - |
| YUV | 161.74 | 120.25 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 148 | 0 | 0.22 | 0.23 | 0.25 | 1.36 | 0.26 | 0.67 |
| Hex | C0 | 95 | 94 | 0 | 16 | 17 | 19 | 1 | 1A | 43 |
| Octal | 300 | 225 | 224 | 0 | 26 | 27 | 31 | 1 | 32 | 103 |
| Binary | 11000000 | 10010101 | 10010100 | 0 | 10110 | 10111 | 11001 | 1 | 11010 | 1000011 |
Color Harmonies of #C09594
Complementary color
Monochromatic Colors of #C09594
Black with #C09594
Text Example
Text Example
White with #C09594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09594; }
p { color: rgb(192,149,148); }
H1.HeaderClassName
{
color: #C09594;
}
.AnyTagClassName
{
color: #C09594;
}
</style>
background-color css
<style>
a { background-color: #C09594; }
a { background-color: rgb(192,149,148); }
div.DivClassName
{
background-color: #C09594;
}
.BgClassName
{
background-color: #C09594;
}
</style>
border-color css
<style>
span { border-color: #C09594; }
span { border-color: rgb(192,149,148); }
td.TdClassName
{
border-color: #C09594;
}
.TagClassName
{
border-color: #C09594;
}
</style>