Shades of Ruby #CA0866
Tints of Ruby #CA0866
RGB
CMYK
RGB Variations
Color information
#CA0866 (or 0xCA0866) is known color: Ruby. HEX triplet: CA, 08 and 66. RGB value is (202,8,102). Sum of RGB (Red+Green+Blue) = 202+8+102=312 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.74% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0866 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0866 is #35F799. Grayscale: #4C4C4C. Windows color (decimal): -3536794 or 6686922. OLE color: 6686922.
HSL color Cylindrical-coordinate representation of color #CA0866: hue angle of 330.93º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA0866 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 8 | 102 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.21 |
| HSL | 330.93º | 0.92% | 0.41% | - |
| HSV(B) | 330.93º | 0.96% | 0.79% | - |
| XYZ | 26.84 | 13.69 | 13.8 | - |
| YUV | 76.72 | 142.27 | 217.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 8 | 102 | 0 | 0.96 | 0.50 | 0.21 | 330.93 | 0.92 | 0.41 |
| Hex | CA | 8 | 66 | 0 | 60 | 32 | 15 | 14B | 5C | 29 |
| Octal | 312 | 10 | 146 | 0 | 140 | 62 | 25 | 513 | 134 | 51 |
| Binary | 11001010 | 1000 | 1100110 | 0 | 1100000 | 110010 | 10101 | 101001011 | 1011100 | 101001 |
Color Harmonies of #CA0866
Complementary color
Monochromatic Colors of #CA0866
Black with #CA0866
Text Example
Text Example
White with #CA0866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0866; }
p { color: rgb(202,8,102); }
H1.HeaderClassName
{
color: #CA0866;
}
.AnyTagClassName
{
color: #CA0866;
}
</style>
background-color css
<style>
a { background-color: #CA0866; }
a { background-color: rgb(202,8,102); }
div.DivClassName
{
background-color: #CA0866;
}
.BgClassName
{
background-color: #CA0866;
}
</style>
border-color css
<style>
span { border-color: #CA0866; }
span { border-color: rgb(202,8,102); }
td.TdClassName
{
border-color: #CA0866;
}
.TagClassName
{
border-color: #CA0866;
}
</style>