Shades of Ruby #CA1D6A
Tints of Ruby #CA1D6A
RGB
CMYK
RGB Variations
Color information
#CA1D6A (or 0xCA1D6A) is known color: Ruby. HEX triplet: CA, 1D and 6A. RGB value is (202,29,106). Sum of RGB (Red+Green+Blue) = 202+29+106=337 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.94% from 337); Green value is 29 (11.72% from 255 or 8.61% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1D6A is #35E295. Grayscale: #595959. Windows color (decimal): -3531414 or 6954442. OLE color: 6954442.
HSL color Cylindrical-coordinate representation of color #CA1D6A: hue angle of 333.29º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1D6A is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 29 | 106 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.21 |
| HSL | 333.29º | 0.75% | 0.45% | - |
| HSV(B) | 333.29º | 0.86% | 0.79% | - |
| XYZ | 27.4 | 14.48 | 14.99 | - |
| YUV | 89.51 | 137.31 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 29 | 106 | 0 | 0.86 | 0.48 | 0.21 | 333.29 | 0.75 | 0.45 |
| Hex | CA | 1D | 6A | 0 | 56 | 30 | 15 | 14D | 4B | 2D |
| Octal | 312 | 35 | 152 | 0 | 126 | 60 | 25 | 515 | 113 | 55 |
| Binary | 11001010 | 11101 | 1101010 | 0 | 1010110 | 110000 | 10101 | 101001101 | 1001011 | 101101 |
Color Harmonies of #CA1D6A
Complementary color
Monochromatic Colors of #CA1D6A
Black with #CA1D6A
Text Example
Text Example
White with #CA1D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1D6A; }
p { color: rgb(202,29,106); }
H1.HeaderClassName
{
color: #CA1D6A;
}
.AnyTagClassName
{
color: #CA1D6A;
}
</style>
background-color css
<style>
a { background-color: #CA1D6A; }
a { background-color: rgb(202,29,106); }
div.DivClassName
{
background-color: #CA1D6A;
}
.BgClassName
{
background-color: #CA1D6A;
}
</style>
border-color css
<style>
span { border-color: #CA1D6A; }
span { border-color: rgb(202,29,106); }
td.TdClassName
{
border-color: #CA1D6A;
}
.TagClassName
{
border-color: #CA1D6A;
}
</style>