Shades of Ruby #CB195B
Tints of Ruby #CB195B
RGB
CMYK
RGB Variations
Color information
#CB195B (or 0xCB195B) is known color: Ruby. HEX triplet: CB, 19 and 5B. RGB value is (203,25,91). Sum of RGB (Red+Green+Blue) = 203+25+91=319 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.64% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 203 - color contains mainly: red. Hex color #CB195B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB195B is #34E6A4. Grayscale: #555555. Windows color (decimal): -3466917 or 5970379. OLE color: 5970379.
HSL color Cylindrical-coordinate representation of color #CB195B: hue angle of 337.75º 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 #CB195B is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 25 | 91 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.20 |
| HSL | 337.75º | 0.78% | 0.45% | - |
| HSV(B) | 337.75º | 0.88% | 0.8% | - |
| XYZ | 26.86 | 14.15 | 11.21 | - |
| YUV | 85.75 | 130.97 | 211.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 25 | 91 | 0 | 0.88 | 0.55 | 0.20 | 337.75 | 0.78 | 0.45 |
| Hex | CB | 19 | 5B | 0 | 58 | 37 | 14 | 152 | 4E | 2D |
| Octal | 313 | 31 | 133 | 0 | 130 | 67 | 24 | 522 | 116 | 55 |
| Binary | 11001011 | 11001 | 1011011 | 0 | 1011000 | 110111 | 10100 | 101010010 | 1001110 | 101101 |
Color Harmonies of #CB195B
Complementary color
Monochromatic Colors of #CB195B
Black with #CB195B
Text Example
Text Example
White with #CB195B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB195B; }
p { color: rgb(203,25,91); }
H1.HeaderClassName
{
color: #CB195B;
}
.AnyTagClassName
{
color: #CB195B;
}
</style>
background-color css
<style>
a { background-color: #CB195B; }
a { background-color: rgb(203,25,91); }
div.DivClassName
{
background-color: #CB195B;
}
.BgClassName
{
background-color: #CB195B;
}
</style>
border-color css
<style>
span { border-color: #CB195B; }
span { border-color: rgb(203,25,91); }
td.TdClassName
{
border-color: #CB195B;
}
.TagClassName
{
border-color: #CB195B;
}
</style>