Shades of Rosy Brown #C09B99
Tints of Rosy Brown #C09B99
RGB
CMYK
RGB Variations
Color information
#C09B99 (or 0xC09B99) is known color: Rosy Brown. HEX triplet: C0, 9B and 99. RGB value is (192,155,153). Sum of RGB (Red+Green+Blue) = 192+155+153=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 153 (60.16% from 255 or 30.6% from 500); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09B99 is #3F6466. Grayscale: #A5A5A5. Windows color (decimal): -4154471 or 10066880. OLE color: 10066880.
HSL color Cylindrical-coordinate representation of color #C09B99: hue angle of 3.08º 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 #C09B99 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 155 | 153 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.25 |
| HSL | 3.08º | 0.24% | 0.68% | - |
| HSV(B) | 3.08º | 0.2% | 0.75% | - |
| XYZ | 39.21 | 36.95 | 35.2 | - |
| YUV | 165.84 | 120.76 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 153 | 0 | 0.19 | 0.20 | 0.25 | 3.08 | 0.24 | 0.68 |
| Hex | C0 | 9B | 99 | 0 | 13 | 14 | 19 | 3 | 18 | 44 |
| Octal | 300 | 233 | 231 | 0 | 23 | 24 | 31 | 3 | 30 | 104 |
| Binary | 11000000 | 10011011 | 10011001 | 0 | 10011 | 10100 | 11001 | 11 | 11000 | 1000100 |
Color Harmonies of #C09B99
Complementary color
Monochromatic Colors of #C09B99
Black with #C09B99
Text Example
Text Example
White with #C09B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09B99; }
p { color: rgb(192,155,153); }
H1.HeaderClassName
{
color: #C09B99;
}
.AnyTagClassName
{
color: #C09B99;
}
</style>
background-color css
<style>
a { background-color: #C09B99; }
a { background-color: rgb(192,155,153); }
div.DivClassName
{
background-color: #C09B99;
}
.BgClassName
{
background-color: #C09B99;
}
</style>
border-color css
<style>
span { border-color: #C09B99; }
span { border-color: rgb(192,155,153); }
td.TdClassName
{
border-color: #C09B99;
}
.TagClassName
{
border-color: #C09B99;
}
</style>