Shades of Ruby #CA0164
Tints of Ruby #CA0164
RGB
CMYK
RGB Variations
Color information
#CA0164 (or 0xCA0164) is known color: Ruby. HEX triplet: CA, 01 and 64. RGB value is (202,1,100). Sum of RGB (Red+Green+Blue) = 202+1+100=303 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.67% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0164 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0164 is #35FE9B. Grayscale: #484848. Windows color (decimal): -3538588 or 6554058. OLE color: 6554058.
HSL color Cylindrical-coordinate representation of color #CA0164: hue angle of 330.45º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA0164 is Cyan = 0, Magento = 1.00, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 1 | 100 | - |
| CMYK | 0 | 1.00 | 0.50 | 0.21 |
| HSL | 330.45º | 0.99% | 0.4% | - |
| HSV(B) | 330.45º | 1% | 0.79% | - |
| XYZ | 26.67 | 13.5 | 13.26 | - |
| YUV | 72.39 | 143.59 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 1 | 100 | 0 | 1.00 | 0.50 | 0.21 | 330.45 | 0.99 | 0.4 |
| Hex | CA | 1 | 64 | 0 | 64 | 32 | 15 | 14A | 63 | 28 |
| Octal | 312 | 1 | 144 | 0 | 144 | 62 | 25 | 512 | 143 | 50 |
| Binary | 11001010 | 1 | 1100100 | 0 | 1100100 | 110010 | 10101 | 101001010 | 1100011 | 101000 |
Color Harmonies of #CA0164
Complementary color
Monochromatic Colors of #CA0164
Black with #CA0164
Text Example
Text Example
White with #CA0164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0164; }
p { color: rgb(202,1,100); }
H1.HeaderClassName
{
color: #CA0164;
}
.AnyTagClassName
{
color: #CA0164;
}
</style>
background-color css
<style>
a { background-color: #CA0164; }
a { background-color: rgb(202,1,100); }
div.DivClassName
{
background-color: #CA0164;
}
.BgClassName
{
background-color: #CA0164;
}
</style>
border-color css
<style>
span { border-color: #CA0164; }
span { border-color: rgb(202,1,100); }
td.TdClassName
{
border-color: #CA0164;
}
.TagClassName
{
border-color: #CA0164;
}
</style>