Shades of Ruby #CB195E
Tints of Ruby #CB195E
RGB
CMYK
RGB Variations
Color information
#CB195E (or 0xCB195E) is known color: Ruby. HEX triplet: CB, 19 and 5E. RGB value is (203,25,94). Sum of RGB (Red+Green+Blue) = 203+25+94=322 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.04% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 203 - color contains mainly: red. Hex color #CB195E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB195E is #34E6A1. Grayscale: #555555. Windows color (decimal): -3466914 or 6166987. OLE color: 6166987.
HSL color Cylindrical-coordinate representation of color #CB195E: hue angle of 336.74º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB195E is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 25 | 94 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.20 |
| HSL | 336.74º | 0.78% | 0.45% | - |
| HSV(B) | 336.74º | 0.88% | 0.8% | - |
| XYZ | 27 | 14.2 | 11.91 | - |
| YUV | 86.09 | 132.47 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 25 | 94 | 0 | 0.88 | 0.54 | 0.20 | 336.74 | 0.78 | 0.45 |
| Hex | CB | 19 | 5E | 0 | 58 | 36 | 14 | 151 | 4E | 2D |
| Octal | 313 | 31 | 136 | 0 | 130 | 66 | 24 | 521 | 116 | 55 |
| Binary | 11001011 | 11001 | 1011110 | 0 | 1011000 | 110110 | 10100 | 101010001 | 1001110 | 101101 |
Color Harmonies of #CB195E
Complementary color
Monochromatic Colors of #CB195E
Black with #CB195E
Text Example
Text Example
White with #CB195E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB195E; }
p { color: rgb(203,25,94); }
H1.HeaderClassName
{
color: #CB195E;
}
.AnyTagClassName
{
color: #CB195E;
}
</style>
background-color css
<style>
a { background-color: #CB195E; }
a { background-color: rgb(203,25,94); }
div.DivClassName
{
background-color: #CB195E;
}
.BgClassName
{
background-color: #CB195E;
}
</style>
border-color css
<style>
span { border-color: #CB195E; }
span { border-color: rgb(203,25,94); }
td.TdClassName
{
border-color: #CB195E;
}
.TagClassName
{
border-color: #CB195E;
}
</style>