Shades of Ruby #CA0D6B
Tints of Ruby #CA0D6B
RGB
CMYK
RGB Variations
Color information
#CA0D6B (or 0xCA0D6B) is known color: Ruby. HEX triplet: CA, 0D and 6B. RGB value is (202,13,107). Sum of RGB (Red+Green+Blue) = 202+13+107=322 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.73% from 322); Green value is 13 (5.47% from 255 or 4.04% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0D6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0D6B is #35F294. Grayscale: #505050. Windows color (decimal): -3535509 or 7015882. OLE color: 7015882.
HSL color Cylindrical-coordinate representation of color #CA0D6B: hue angle of 330.16º degrees, saturation: 0.88, 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 #CA0D6B is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 13 | 107 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.21 |
| HSL | 330.16º | 0.88% | 0.42% | - |
| HSV(B) | 330.16º | 0.94% | 0.79% | - |
| XYZ | 27.15 | 13.91 | 15.16 | - |
| YUV | 80.23 | 143.12 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 13 | 107 | 0 | 0.94 | 0.47 | 0.21 | 330.16 | 0.88 | 0.42 |
| Hex | CA | D | 6B | 0 | 5E | 2F | 15 | 14A | 58 | 2A |
| Octal | 312 | 15 | 153 | 0 | 136 | 57 | 25 | 512 | 130 | 52 |
| Binary | 11001010 | 1101 | 1101011 | 0 | 1011110 | 101111 | 10101 | 101001010 | 1011000 | 101010 |
Color Harmonies of #CA0D6B
Complementary color
Monochromatic Colors of #CA0D6B
Black with #CA0D6B
Text Example
Text Example
White with #CA0D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0D6B; }
p { color: rgb(202,13,107); }
H1.HeaderClassName
{
color: #CA0D6B;
}
.AnyTagClassName
{
color: #CA0D6B;
}
</style>
background-color css
<style>
a { background-color: #CA0D6B; }
a { background-color: rgb(202,13,107); }
div.DivClassName
{
background-color: #CA0D6B;
}
.BgClassName
{
background-color: #CA0D6B;
}
</style>
border-color css
<style>
span { border-color: #CA0D6B; }
span { border-color: rgb(202,13,107); }
td.TdClassName
{
border-color: #CA0D6B;
}
.TagClassName
{
border-color: #CA0D6B;
}
</style>