Shades of Rosy Brown #C09696
Tints of Rosy Brown #C09696
RGB
CMYK
RGB Variations
Color information
#C09696 (or 0xC09696) is known color: Rosy Brown. HEX triplet: C0, 96 and 96. RGB value is (192,150,150). Sum of RGB (Red+Green+Blue) = 192+150+150=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C09696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09696 is #3F6969. Grayscale: #A2A2A2. Windows color (decimal): -4155754 or 9868992. OLE color: 9868992.
HSL color Cylindrical-coordinate representation of color #C09696: hue angle of 0º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C09696 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 150 | 150 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.25 |
| HSL | 0º | 0.25% | 0.67% | - |
| HSV(B) | 0º | 0.22% | 0.75% | - |
| XYZ | 38.15 | 35.22 | 33.64 | - |
| YUV | 162.56 | 120.91 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 150 | 150 | 0 | 0.22 | 0.22 | 0.25 | 0 | 0.25 | 0.67 |
| Hex | C0 | 96 | 96 | 0 | 16 | 16 | 19 | 0 | 19 | 43 |
| Octal | 300 | 226 | 226 | 0 | 26 | 26 | 31 | 0 | 31 | 103 |
| Binary | 11000000 | 10010110 | 10010110 | 0 | 10110 | 10110 | 11001 | 0 | 11001 | 1000011 |
Color Harmonies of #C09696
Complementary color
Monochromatic Colors of #C09696
Black with #C09696
Text Example
Text Example
White with #C09696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09696; }
p { color: rgb(192,150,150); }
H1.HeaderClassName
{
color: #C09696;
}
.AnyTagClassName
{
color: #C09696;
}
</style>
background-color css
<style>
a { background-color: #C09696; }
a { background-color: rgb(192,150,150); }
div.DivClassName
{
background-color: #C09696;
}
.BgClassName
{
background-color: #C09696;
}
</style>
border-color css
<style>
span { border-color: #C09696; }
span { border-color: rgb(192,150,150); }
td.TdClassName
{
border-color: #C09696;
}
.TagClassName
{
border-color: #C09696;
}
</style>