Shades of Rosy Brown #CB9393
Tints of Rosy Brown #CB9393
RGB
CMYK
RGB Variations
Color information
#CB9393 (or 0xCB9393) is known color: Rosy Brown. HEX triplet: CB, 93 and 93. RGB value is (203,147,147). Sum of RGB (Red+Green+Blue) = 203+147+147=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 147 (57.81% from 255 or 29.58% from 497); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9393 is #346C6C. Grayscale: #A3A3A3. Windows color (decimal): -3435629 or 9671627. OLE color: 9671627.
HSL color Cylindrical-coordinate representation of color #CB9393: hue angle of 0º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CB9393 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 147 | 147 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.20 |
| HSL | 0º | 0.35% | 0.69% | - |
| HSV(B) | 0º | 0.28% | 0.8% | - |
| XYZ | 40.33 | 35.67 | 32.36 | - |
| YUV | 163.74 | 118.55 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 147 | 0 | 0.28 | 0.28 | 0.20 | 0 | 0.35 | 0.69 |
| Hex | CB | 93 | 93 | 0 | 1C | 1C | 14 | 0 | 23 | 45 |
| Octal | 313 | 223 | 223 | 0 | 34 | 34 | 24 | 0 | 43 | 105 |
| Binary | 11001011 | 10010011 | 10010011 | 0 | 11100 | 11100 | 10100 | 0 | 100011 | 1000101 |
Color Harmonies of #CB9393
Complementary color
Monochromatic Colors of #CB9393
Black with #CB9393
Text Example
Text Example
White with #CB9393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9393; }
p { color: rgb(203,147,147); }
H1.HeaderClassName
{
color: #CB9393;
}
.AnyTagClassName
{
color: #CB9393;
}
</style>
background-color css
<style>
a { background-color: #CB9393; }
a { background-color: rgb(203,147,147); }
div.DivClassName
{
background-color: #CB9393;
}
.BgClassName
{
background-color: #CB9393;
}
</style>
border-color css
<style>
span { border-color: #CB9393; }
span { border-color: rgb(203,147,147); }
td.TdClassName
{
border-color: #CB9393;
}
.TagClassName
{
border-color: #CB9393;
}
</style>