Shades of Ruby #CB1868
Tints of Ruby #CB1868
RGB
CMYK
RGB Variations
Color information
#CB1868 (or 0xCB1868) is known color: Ruby. HEX triplet: CB, 18 and 68. RGB value is (203,24,104). Sum of RGB (Red+Green+Blue) = 203+24+104=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1868 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1868 is #34E797. Grayscale: #565656. Windows color (decimal): -3467160 or 6822091. OLE color: 6822091.
HSL color Cylindrical-coordinate representation of color #CB1868: hue angle of 333.18º degrees, saturation: 0.79, 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 #CB1868 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 24 | 104 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.20 |
| HSL | 333.18º | 0.79% | 0.45% | - |
| HSV(B) | 333.18º | 0.88% | 0.8% | - |
| XYZ | 27.45 | 14.35 | 14.42 | - |
| YUV | 86.64 | 137.8 | 211 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 24 | 104 | 0 | 0.88 | 0.49 | 0.20 | 333.18 | 0.79 | 0.45 |
| Hex | CB | 18 | 68 | 0 | 58 | 31 | 14 | 14D | 4F | 2D |
| Octal | 313 | 30 | 150 | 0 | 130 | 61 | 24 | 515 | 117 | 55 |
| Binary | 11001011 | 11000 | 1101000 | 0 | 1011000 | 110001 | 10100 | 101001101 | 1001111 | 101101 |
Color Harmonies of #CB1868
Complementary color
Monochromatic Colors of #CB1868
Black with #CB1868
Text Example
Text Example
White with #CB1868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1868; }
p { color: rgb(203,24,104); }
H1.HeaderClassName
{
color: #CB1868;
}
.AnyTagClassName
{
color: #CB1868;
}
</style>
background-color css
<style>
a { background-color: #CB1868; }
a { background-color: rgb(203,24,104); }
div.DivClassName
{
background-color: #CB1868;
}
.BgClassName
{
background-color: #CB1868;
}
</style>
border-color css
<style>
span { border-color: #CB1868; }
span { border-color: rgb(203,24,104); }
td.TdClassName
{
border-color: #CB1868;
}
.TagClassName
{
border-color: #CB1868;
}
</style>