Shades of Rosy Brown #CB9696
Tints of Rosy Brown #CB9696
RGB
CMYK
RGB Variations
Color information
#CB9696 (or 0xCB9696) is known color: Rosy Brown. HEX triplet: CB, 96 and 96. RGB value is (203,150,150). Sum of RGB (Red+Green+Blue) = 203+150+150=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9696 is #346969. Grayscale: #A5A5A5. Windows color (decimal): -3434858 or 9869003. OLE color: 9869003.
HSL color Cylindrical-coordinate representation of color #CB9696: hue angle of 0º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CB9696 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 150 | 150 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.20 |
| HSL | 0º | 0.34% | 0.69% | - |
| HSV(B) | 0º | 0.26% | 0.8% | - |
| XYZ | 41.04 | 36.71 | 33.78 | - |
| YUV | 165.85 | 119.06 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 150 | 150 | 0 | 0.26 | 0.26 | 0.20 | 0 | 0.34 | 0.69 |
| Hex | CB | 96 | 96 | 0 | 1A | 1A | 14 | 0 | 22 | 45 |
| Octal | 313 | 226 | 226 | 0 | 32 | 32 | 24 | 0 | 42 | 105 |
| Binary | 11001011 | 10010110 | 10010110 | 0 | 11010 | 11010 | 10100 | 0 | 100010 | 1000101 |
Color Harmonies of #CB9696
Complementary color
Monochromatic Colors of #CB9696
Black with #CB9696
Text Example
Text Example
White with #CB9696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9696; }
p { color: rgb(203,150,150); }
H1.HeaderClassName
{
color: #CB9696;
}
.AnyTagClassName
{
color: #CB9696;
}
</style>
background-color css
<style>
a { background-color: #CB9696; }
a { background-color: rgb(203,150,150); }
div.DivClassName
{
background-color: #CB9696;
}
.BgClassName
{
background-color: #CB9696;
}
</style>
border-color css
<style>
span { border-color: #CB9696; }
span { border-color: rgb(203,150,150); }
td.TdClassName
{
border-color: #CB9696;
}
.TagClassName
{
border-color: #CB9696;
}
</style>