Shades of Ruby #CA0263
Tints of Ruby #CA0263
RGB
CMYK
RGB Variations
Color information
#CA0263 (or 0xCA0263) is known color: Ruby. HEX triplet: CA, 02 and 63. RGB value is (202,2,99). Sum of RGB (Red+Green+Blue) = 202+2+99=303 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.67% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 99 (39.06% from 255 or 32.67% from 303); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0263 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0263 is #35FD9C. Grayscale: #484848. Windows color (decimal): -3538333 or 6488778. OLE color: 6488778.
HSL color Cylindrical-coordinate representation of color #CA0263: hue angle of 330.9º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA0263 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 2 | 99 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.21 |
| HSL | 330.9º | 0.98% | 0.4% | - |
| HSV(B) | 330.9º | 0.99% | 0.79% | - |
| XYZ | 26.63 | 13.5 | 13.01 | - |
| YUV | 72.86 | 142.76 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 2 | 99 | 0 | 0.99 | 0.51 | 0.21 | 330.9 | 0.98 | 0.4 |
| Hex | CA | 2 | 63 | 0 | 63 | 33 | 15 | 14B | 62 | 28 |
| Octal | 312 | 2 | 143 | 0 | 143 | 63 | 25 | 513 | 142 | 50 |
| Binary | 11001010 | 10 | 1100011 | 0 | 1100011 | 110011 | 10101 | 101001011 | 1100010 | 101000 |
Color Harmonies of #CA0263
Complementary color
Monochromatic Colors of #CA0263
Black with #CA0263
Text Example
Text Example
White with #CA0263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0263; }
p { color: rgb(202,2,99); }
H1.HeaderClassName
{
color: #CA0263;
}
.AnyTagClassName
{
color: #CA0263;
}
</style>
background-color css
<style>
a { background-color: #CA0263; }
a { background-color: rgb(202,2,99); }
div.DivClassName
{
background-color: #CA0263;
}
.BgClassName
{
background-color: #CA0263;
}
</style>
border-color css
<style>
span { border-color: #CA0263; }
span { border-color: rgb(202,2,99); }
td.TdClassName
{
border-color: #CA0263;
}
.TagClassName
{
border-color: #CA0263;
}
</style>