Shades of Ruby #CA1864
Tints of Ruby #CA1864
RGB
CMYK
RGB Variations
Color information
#CA1864 (or 0xCA1864) is known color: Ruby. HEX triplet: CA, 18 and 64. RGB value is (202,24,100). Sum of RGB (Red+Green+Blue) = 202+24+100=326 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.96% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1864 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1864 is #35E79B. Grayscale: #555555. Windows color (decimal): -3532700 or 6559946. OLE color: 6559946.
HSL color Cylindrical-coordinate representation of color #CA1864: hue angle of 334.38º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA1864 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 24 | 100 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.21 |
| HSL | 334.38º | 0.79% | 0.44% | - |
| HSV(B) | 334.38º | 0.88% | 0.79% | - |
| XYZ | 26.98 | 14.13 | 13.36 | - |
| YUV | 85.89 | 135.97 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 100 | 0 | 0.88 | 0.50 | 0.21 | 334.38 | 0.79 | 0.44 |
| Hex | CA | 18 | 64 | 0 | 58 | 32 | 15 | 14E | 4F | 2C |
| Octal | 312 | 30 | 144 | 0 | 130 | 62 | 25 | 516 | 117 | 54 |
| Binary | 11001010 | 11000 | 1100100 | 0 | 1011000 | 110010 | 10101 | 101001110 | 1001111 | 101100 |
Color Harmonies of #CA1864
Complementary color
Monochromatic Colors of #CA1864
Black with #CA1864
Text Example
Text Example
White with #CA1864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1864; }
p { color: rgb(202,24,100); }
H1.HeaderClassName
{
color: #CA1864;
}
.AnyTagClassName
{
color: #CA1864;
}
</style>
background-color css
<style>
a { background-color: #CA1864; }
a { background-color: rgb(202,24,100); }
div.DivClassName
{
background-color: #CA1864;
}
.BgClassName
{
background-color: #CA1864;
}
</style>
border-color css
<style>
span { border-color: #CA1864; }
span { border-color: rgb(202,24,100); }
td.TdClassName
{
border-color: #CA1864;
}
.TagClassName
{
border-color: #CA1864;
}
</style>