Shades of Ruby #CA0564
Tints of Ruby #CA0564
RGB
CMYK
RGB Variations
Color information
#CA0564 (or 0xCA0564) is known color: Ruby. HEX triplet: CA, 05 and 64. RGB value is (202,5,100). Sum of RGB (Red+Green+Blue) = 202+5+100=307 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.80% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0564 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0564 is #35FA9B. Grayscale: #4A4A4A. Windows color (decimal): -3537564 or 6555082. OLE color: 6555082.
HSL color Cylindrical-coordinate representation of color #CA0564: hue angle of 331.07º 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 #CA0564 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 5 | 100 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.21 |
| HSL | 331.07º | 0.95% | 0.41% | - |
| HSV(B) | 331.07º | 0.98% | 0.79% | - |
| XYZ | 26.71 | 13.59 | 13.27 | - |
| YUV | 74.73 | 142.27 | 218.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 5 | 100 | 0 | 0.98 | 0.50 | 0.21 | 331.07 | 0.95 | 0.41 |
| Hex | CA | 5 | 64 | 0 | 62 | 32 | 15 | 14B | 5F | 29 |
| Octal | 312 | 5 | 144 | 0 | 142 | 62 | 25 | 513 | 137 | 51 |
| Binary | 11001010 | 101 | 1100100 | 0 | 1100010 | 110010 | 10101 | 101001011 | 1011111 | 101001 |
Color Harmonies of #CA0564
Complementary color
Monochromatic Colors of #CA0564
Black with #CA0564
Text Example
Text Example
White with #CA0564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0564; }
p { color: rgb(202,5,100); }
H1.HeaderClassName
{
color: #CA0564;
}
.AnyTagClassName
{
color: #CA0564;
}
</style>
background-color css
<style>
a { background-color: #CA0564; }
a { background-color: rgb(202,5,100); }
div.DivClassName
{
background-color: #CA0564;
}
.BgClassName
{
background-color: #CA0564;
}
</style>
border-color css
<style>
span { border-color: #CA0564; }
span { border-color: rgb(202,5,100); }
td.TdClassName
{
border-color: #CA0564;
}
.TagClassName
{
border-color: #CA0564;
}
</style>