Shades of Ruby #CA0656
Tints of Ruby #CA0656
RGB
CMYK
RGB Variations
Color information
#CA0656 (or 0xCA0656) is known color: Ruby. HEX triplet: CA, 06 and 56. RGB value is (202,6,86). Sum of RGB (Red+Green+Blue) = 202+6+86=294 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.71% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0656 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0656 is #35F9A9. Grayscale: #494949. Windows color (decimal): -3537322 or 5637834. OLE color: 5637834.
HSL color Cylindrical-coordinate representation of color #CA0656: hue angle of 335.51º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA0656 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 6 | 86 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.21 |
| HSL | 335.51º | 0.94% | 0.41% | - |
| HSV(B) | 335.51º | 0.97% | 0.79% | - |
| XYZ | 26.1 | 13.36 | 10.01 | - |
| YUV | 73.72 | 134.93 | 219.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 6 | 86 | 0 | 0.97 | 0.57 | 0.21 | 335.51 | 0.94 | 0.41 |
| Hex | CA | 6 | 56 | 0 | 61 | 39 | 15 | 150 | 5E | 29 |
| Octal | 312 | 6 | 126 | 0 | 141 | 71 | 25 | 520 | 136 | 51 |
| Binary | 11001010 | 110 | 1010110 | 0 | 1100001 | 111001 | 10101 | 101010000 | 1011110 | 101001 |
Color Harmonies of #CA0656
Complementary color
Monochromatic Colors of #CA0656
Black with #CA0656
Text Example
Text Example
White with #CA0656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0656; }
p { color: rgb(202,6,86); }
H1.HeaderClassName
{
color: #CA0656;
}
.AnyTagClassName
{
color: #CA0656;
}
</style>
background-color css
<style>
a { background-color: #CA0656; }
a { background-color: rgb(202,6,86); }
div.DivClassName
{
background-color: #CA0656;
}
.BgClassName
{
background-color: #CA0656;
}
</style>
border-color css
<style>
span { border-color: #CA0656; }
span { border-color: rgb(202,6,86); }
td.TdClassName
{
border-color: #CA0656;
}
.TagClassName
{
border-color: #CA0656;
}
</style>