Shades of Rosy Brown #C09999
Tints of Rosy Brown #C09999
RGB
CMYK
RGB Variations
Color information
#C09999 (or 0xC09999) is known color: Rosy Brown. HEX triplet: C0, 99 and 99. RGB value is (192,153,153). Sum of RGB (Red+Green+Blue) = 192+153+153=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 153 (60.16% from 255 or 30.72% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C09999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09999 is #3F6666. Grayscale: #A4A4A4. Windows color (decimal): -4154983 or 10066368. OLE color: 10066368.
HSL color Cylindrical-coordinate representation of color #C09999: hue angle of 0º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C09999 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 153 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.25 |
| HSL | 0º | 0.24% | 0.68% | - |
| HSV(B) | 0º | 0.2% | 0.75% | - |
| XYZ | 38.88 | 36.29 | 35.09 | - |
| YUV | 164.66 | 121.42 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 153 | 0 | 0.20 | 0.20 | 0.25 | 0 | 0.24 | 0.68 |
| Hex | C0 | 99 | 99 | 0 | 14 | 14 | 19 | 0 | 18 | 44 |
| Octal | 300 | 231 | 231 | 0 | 24 | 24 | 31 | 0 | 30 | 104 |
| Binary | 11000000 | 10011001 | 10011001 | 0 | 10100 | 10100 | 11001 | 0 | 11000 | 1000100 |
Color Harmonies of #C09999
Complementary color
Monochromatic Colors of #C09999
Black with #C09999
Text Example
Text Example
White with #C09999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09999; }
p { color: rgb(192,153,153); }
H1.HeaderClassName
{
color: #C09999;
}
.AnyTagClassName
{
color: #C09999;
}
</style>
background-color css
<style>
a { background-color: #C09999; }
a { background-color: rgb(192,153,153); }
div.DivClassName
{
background-color: #C09999;
}
.BgClassName
{
background-color: #C09999;
}
</style>
border-color css
<style>
span { border-color: #C09999; }
span { border-color: rgb(192,153,153); }
td.TdClassName
{
border-color: #C09999;
}
.TagClassName
{
border-color: #C09999;
}
</style>