Shades of Ruby #CB195F
Tints of Ruby #CB195F
RGB
CMYK
RGB Variations
Color information
#CB195F (or 0xCB195F) is known color: Ruby. HEX triplet: CB, 19 and 5F. RGB value is (203,25,95). Sum of RGB (Red+Green+Blue) = 203+25+95=323 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.85% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 203 - color contains mainly: red. Hex color #CB195F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB195F is #34E6A0. Grayscale: #565656. Windows color (decimal): -3466913 or 6232523. OLE color: 6232523.
HSL color Cylindrical-coordinate representation of color #CB195F: hue angle of 336.4º 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 #CB195F is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 25 | 95 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.20 |
| HSL | 336.4º | 0.78% | 0.45% | - |
| HSV(B) | 336.4º | 0.88% | 0.8% | - |
| XYZ | 27.04 | 14.22 | 12.15 | - |
| YUV | 86.2 | 132.97 | 211.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 25 | 95 | 0 | 0.88 | 0.53 | 0.20 | 336.4 | 0.78 | 0.45 |
| Hex | CB | 19 | 5F | 0 | 58 | 35 | 14 | 150 | 4E | 2D |
| Octal | 313 | 31 | 137 | 0 | 130 | 65 | 24 | 520 | 116 | 55 |
| Binary | 11001011 | 11001 | 1011111 | 0 | 1011000 | 110101 | 10100 | 101010000 | 1001110 | 101101 |
Color Harmonies of #CB195F
Complementary color
Monochromatic Colors of #CB195F
Black with #CB195F
Text Example
Text Example
White with #CB195F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB195F; }
p { color: rgb(203,25,95); }
H1.HeaderClassName
{
color: #CB195F;
}
.AnyTagClassName
{
color: #CB195F;
}
</style>
background-color css
<style>
a { background-color: #CB195F; }
a { background-color: rgb(203,25,95); }
div.DivClassName
{
background-color: #CB195F;
}
.BgClassName
{
background-color: #CB195F;
}
</style>
border-color css
<style>
span { border-color: #CB195F; }
span { border-color: rgb(203,25,95); }
td.TdClassName
{
border-color: #CB195F;
}
.TagClassName
{
border-color: #CB195F;
}
</style>