Shades of Ruby #CA0C66
Tints of Ruby #CA0C66
RGB
CMYK
RGB Variations
Color information
#CA0C66 (or 0xCA0C66) is known color: Ruby. HEX triplet: CA, 0C and 66. RGB value is (202,12,102). Sum of RGB (Red+Green+Blue) = 202+12+102=316 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.92% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0C66 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0C66 is #35F399. Grayscale: #4E4E4E. Windows color (decimal): -3535770 or 6687946. OLE color: 6687946.
HSL color Cylindrical-coordinate representation of color #CA0C66: hue angle of 331.58º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0C66 is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 12 | 102 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.21 |
| HSL | 331.58º | 0.89% | 0.42% | - |
| HSV(B) | 331.58º | 0.94% | 0.79% | - |
| XYZ | 26.89 | 13.78 | 13.81 | - |
| YUV | 79.07 | 140.95 | 215.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 12 | 102 | 0 | 0.94 | 0.50 | 0.21 | 331.58 | 0.89 | 0.42 |
| Hex | CA | C | 66 | 0 | 5E | 32 | 15 | 14C | 59 | 2A |
| Octal | 312 | 14 | 146 | 0 | 136 | 62 | 25 | 514 | 131 | 52 |
| Binary | 11001010 | 1100 | 1100110 | 0 | 1011110 | 110010 | 10101 | 101001100 | 1011001 | 101010 |
Color Harmonies of #CA0C66
Complementary color
Monochromatic Colors of #CA0C66
Black with #CA0C66
Text Example
Text Example
White with #CA0C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0C66; }
p { color: rgb(202,12,102); }
H1.HeaderClassName
{
color: #CA0C66;
}
.AnyTagClassName
{
color: #CA0C66;
}
</style>
background-color css
<style>
a { background-color: #CA0C66; }
a { background-color: rgb(202,12,102); }
div.DivClassName
{
background-color: #CA0C66;
}
.BgClassName
{
background-color: #CA0C66;
}
</style>
border-color css
<style>
span { border-color: #CA0C66; }
span { border-color: rgb(202,12,102); }
td.TdClassName
{
border-color: #CA0C66;
}
.TagClassName
{
border-color: #CA0C66;
}
</style>