Shades of Ruby #CB195D
Tints of Ruby #CB195D
RGB
CMYK
RGB Variations
Color information
#CB195D (or 0xCB195D) is known color: Ruby. HEX triplet: CB, 19 and 5D. RGB value is (203,25,93). Sum of RGB (Red+Green+Blue) = 203+25+93=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB195D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB195D is #34E6A2. Grayscale: #555555. Windows color (decimal): -3466915 or 6101451. OLE color: 6101451.
HSL color Cylindrical-coordinate representation of color #CB195D: hue angle of 337.08º 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 #CB195D is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 25 | 93 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.20 |
| HSL | 337.08º | 0.78% | 0.45% | - |
| HSV(B) | 337.08º | 0.88% | 0.8% | - |
| XYZ | 26.95 | 14.18 | 11.67 | - |
| YUV | 85.97 | 131.97 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 25 | 93 | 0 | 0.88 | 0.54 | 0.20 | 337.08 | 0.78 | 0.45 |
| Hex | CB | 19 | 5D | 0 | 58 | 36 | 14 | 151 | 4E | 2D |
| Octal | 313 | 31 | 135 | 0 | 130 | 66 | 24 | 521 | 116 | 55 |
| Binary | 11001011 | 11001 | 1011101 | 0 | 1011000 | 110110 | 10100 | 101010001 | 1001110 | 101101 |
Color Harmonies of #CB195D
Complementary color
Monochromatic Colors of #CB195D
Black with #CB195D
Text Example
Text Example
White with #CB195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB195D; }
p { color: rgb(203,25,93); }
H1.HeaderClassName
{
color: #CB195D;
}
.AnyTagClassName
{
color: #CB195D;
}
</style>
background-color css
<style>
a { background-color: #CB195D; }
a { background-color: rgb(203,25,93); }
div.DivClassName
{
background-color: #CB195D;
}
.BgClassName
{
background-color: #CB195D;
}
</style>
border-color css
<style>
span { border-color: #CB195D; }
span { border-color: rgb(203,25,93); }
td.TdClassName
{
border-color: #CB195D;
}
.TagClassName
{
border-color: #CB195D;
}
</style>