Shades of Ruby #CB1965
Tints of Ruby #CB1965
RGB
CMYK
RGB Variations
Color information
#CB1965 (or 0xCB1965) is known color: Ruby. HEX triplet: CB, 19 and 65. RGB value is (203,25,101). Sum of RGB (Red+Green+Blue) = 203+25+101=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1965 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1965 is #34E69A. Grayscale: #565656. Windows color (decimal): -3466907 or 6625739. OLE color: 6625739.
HSL color Cylindrical-coordinate representation of color #CB1965: hue angle of 334.38º 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 #CB1965 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 25 | 101 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.20 |
| HSL | 334.38º | 0.78% | 0.45% | - |
| HSV(B) | 334.38º | 0.88% | 0.8% | - |
| XYZ | 27.33 | 14.33 | 13.64 | - |
| YUV | 86.89 | 135.97 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 25 | 101 | 0 | 0.88 | 0.50 | 0.20 | 334.38 | 0.78 | 0.45 |
| Hex | CB | 19 | 65 | 0 | 58 | 32 | 14 | 14E | 4E | 2D |
| Octal | 313 | 31 | 145 | 0 | 130 | 62 | 24 | 516 | 116 | 55 |
| Binary | 11001011 | 11001 | 1100101 | 0 | 1011000 | 110010 | 10100 | 101001110 | 1001110 | 101101 |
Color Harmonies of #CB1965
Complementary color
Monochromatic Colors of #CB1965
Black with #CB1965
Text Example
Text Example
White with #CB1965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1965; }
p { color: rgb(203,25,101); }
H1.HeaderClassName
{
color: #CB1965;
}
.AnyTagClassName
{
color: #CB1965;
}
</style>
background-color css
<style>
a { background-color: #CB1965; }
a { background-color: rgb(203,25,101); }
div.DivClassName
{
background-color: #CB1965;
}
.BgClassName
{
background-color: #CB1965;
}
</style>
border-color css
<style>
span { border-color: #CB1965; }
span { border-color: rgb(203,25,101); }
td.TdClassName
{
border-color: #CB1965;
}
.TagClassName
{
border-color: #CB1965;
}
</style>