Shades of Ruby #CA1E6B
Tints of Ruby #CA1E6B
RGB
CMYK
RGB Variations
Color information
#CA1E6B (or 0xCA1E6B) is known color: Ruby. HEX triplet: CA, 1E and 6B. RGB value is (202,30,107). Sum of RGB (Red+Green+Blue) = 202+30+107=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1E6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1E6B is #35E194. Grayscale: #5A5A5A. Windows color (decimal): -3531157 or 7020234. OLE color: 7020234.
HSL color Cylindrical-coordinate representation of color #CA1E6B: hue angle of 333.14º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA1E6B is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 30 | 107 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.21 |
| HSL | 333.14º | 0.74% | 0.45% | - |
| HSV(B) | 333.14º | 0.85% | 0.79% | - |
| XYZ | 27.48 | 14.55 | 15.27 | - |
| YUV | 90.21 | 137.48 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 30 | 107 | 0 | 0.85 | 0.47 | 0.21 | 333.14 | 0.74 | 0.45 |
| Hex | CA | 1E | 6B | 0 | 55 | 2F | 15 | 14D | 4A | 2D |
| Octal | 312 | 36 | 153 | 0 | 125 | 57 | 25 | 515 | 112 | 55 |
| Binary | 11001010 | 11110 | 1101011 | 0 | 1010101 | 101111 | 10101 | 101001101 | 1001010 | 101101 |
Color Harmonies of #CA1E6B
Complementary color
Monochromatic Colors of #CA1E6B
Black with #CA1E6B
Text Example
Text Example
White with #CA1E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1E6B; }
p { color: rgb(202,30,107); }
H1.HeaderClassName
{
color: #CA1E6B;
}
.AnyTagClassName
{
color: #CA1E6B;
}
</style>
background-color css
<style>
a { background-color: #CA1E6B; }
a { background-color: rgb(202,30,107); }
div.DivClassName
{
background-color: #CA1E6B;
}
.BgClassName
{
background-color: #CA1E6B;
}
</style>
border-color css
<style>
span { border-color: #CA1E6B; }
span { border-color: rgb(202,30,107); }
td.TdClassName
{
border-color: #CA1E6B;
}
.TagClassName
{
border-color: #CA1E6B;
}
</style>