Shades of Ruby #CA0565
Tints of Ruby #CA0565
RGB
CMYK
RGB Variations
Color information
#CA0565 (or 0xCA0565) is known color: Ruby. HEX triplet: CA, 05 and 65. RGB value is (202,5,101). Sum of RGB (Red+Green+Blue) = 202+5+101=308 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.58% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0565 is #35FA9A. Grayscale: #4A4A4A. Windows color (decimal): -3537563 or 6620618. OLE color: 6620618.
HSL color Cylindrical-coordinate representation of color #CA0565: hue angle of 330.76º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA0565 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 5 | 101 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.21 |
| HSL | 330.76º | 0.95% | 0.41% | - |
| HSV(B) | 330.76º | 0.98% | 0.79% | - |
| XYZ | 26.76 | 13.6 | 13.53 | - |
| YUV | 74.85 | 142.77 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 5 | 101 | 0 | 0.98 | 0.50 | 0.21 | 330.76 | 0.95 | 0.41 |
| Hex | CA | 5 | 65 | 0 | 62 | 32 | 15 | 14B | 5F | 29 |
| Octal | 312 | 5 | 145 | 0 | 142 | 62 | 25 | 513 | 137 | 51 |
| Binary | 11001010 | 101 | 1100101 | 0 | 1100010 | 110010 | 10101 | 101001011 | 1011111 | 101001 |
Color Harmonies of #CA0565
Complementary color
Monochromatic Colors of #CA0565
Black with #CA0565
Text Example
Text Example
White with #CA0565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0565; }
p { color: rgb(202,5,101); }
H1.HeaderClassName
{
color: #CA0565;
}
.AnyTagClassName
{
color: #CA0565;
}
</style>
background-color css
<style>
a { background-color: #CA0565; }
a { background-color: rgb(202,5,101); }
div.DivClassName
{
background-color: #CA0565;
}
.BgClassName
{
background-color: #CA0565;
}
</style>
border-color css
<style>
span { border-color: #CA0565; }
span { border-color: rgb(202,5,101); }
td.TdClassName
{
border-color: #CA0565;
}
.TagClassName
{
border-color: #CA0565;
}
</style>