Shades of Ruby #CA2066
Tints of Ruby #CA2066
RGB
CMYK
RGB Variations
Color information
#CA2066 (or 0xCA2066) is known color: Ruby. HEX triplet: CA, 20 and 66. RGB value is (202,32,102). Sum of RGB (Red+Green+Blue) = 202+32+102=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2066 is #35DF99. Grayscale: #5A5A5A. Windows color (decimal): -3530650 or 6693066. OLE color: 6693066.
HSL color Cylindrical-coordinate representation of color #CA2066: hue angle of 335.29º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2066 is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 102 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.21 |
| HSL | 335.29º | 0.73% | 0.46% | - |
| HSV(B) | 335.29º | 0.84% | 0.79% | - |
| XYZ | 27.27 | 14.55 | 13.94 | - |
| YUV | 90.81 | 134.32 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 102 | 0 | 0.84 | 0.50 | 0.21 | 335.29 | 0.73 | 0.46 |
| Hex | CA | 20 | 66 | 0 | 54 | 32 | 15 | 14F | 49 | 2E |
| Octal | 312 | 40 | 146 | 0 | 124 | 62 | 25 | 517 | 111 | 56 |
| Binary | 11001010 | 100000 | 1100110 | 0 | 1010100 | 110010 | 10101 | 101001111 | 1001001 | 101110 |
Color Harmonies of #CA2066
Complementary color
Monochromatic Colors of #CA2066
Black with #CA2066
Text Example
Text Example
White with #CA2066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2066; }
p { color: rgb(202,32,102); }
H1.HeaderClassName
{
color: #CA2066;
}
.AnyTagClassName
{
color: #CA2066;
}
</style>
background-color css
<style>
a { background-color: #CA2066; }
a { background-color: rgb(202,32,102); }
div.DivClassName
{
background-color: #CA2066;
}
.BgClassName
{
background-color: #CA2066;
}
</style>
border-color css
<style>
span { border-color: #CA2066; }
span { border-color: rgb(202,32,102); }
td.TdClassName
{
border-color: #CA2066;
}
.TagClassName
{
border-color: #CA2066;
}
</style>