Shades of Ruby #CA1D6B
Tints of Ruby #CA1D6B
RGB
CMYK
RGB Variations
Color information
#CA1D6B (or 0xCA1D6B) is known color: Ruby. HEX triplet: CA, 1D and 6B. RGB value is (202,29,107). Sum of RGB (Red+Green+Blue) = 202+29+107=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 29 (11.72% from 255 or 8.58% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1D6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1D6B is #35E294. Grayscale: #595959. Windows color (decimal): -3531413 or 7019978. OLE color: 7019978.
HSL color Cylindrical-coordinate representation of color #CA1D6B: hue angle of 332.95º 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 #CA1D6B is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 29 | 107 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.21 |
| HSL | 332.95º | 0.75% | 0.45% | - |
| HSV(B) | 332.95º | 0.86% | 0.79% | - |
| XYZ | 27.45 | 14.5 | 15.26 | - |
| YUV | 89.62 | 137.81 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 29 | 107 | 0 | 0.86 | 0.47 | 0.21 | 332.95 | 0.75 | 0.45 |
| Hex | CA | 1D | 6B | 0 | 56 | 2F | 15 | 14D | 4B | 2D |
| Octal | 312 | 35 | 153 | 0 | 126 | 57 | 25 | 515 | 113 | 55 |
| Binary | 11001010 | 11101 | 1101011 | 0 | 1010110 | 101111 | 10101 | 101001101 | 1001011 | 101101 |
Color Harmonies of #CA1D6B
Complementary color
Monochromatic Colors of #CA1D6B
Black with #CA1D6B
Text Example
Text Example
White with #CA1D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1D6B; }
p { color: rgb(202,29,107); }
H1.HeaderClassName
{
color: #CA1D6B;
}
.AnyTagClassName
{
color: #CA1D6B;
}
</style>
background-color css
<style>
a { background-color: #CA1D6B; }
a { background-color: rgb(202,29,107); }
div.DivClassName
{
background-color: #CA1D6B;
}
.BgClassName
{
background-color: #CA1D6B;
}
</style>
border-color css
<style>
span { border-color: #CA1D6B; }
span { border-color: rgb(202,29,107); }
td.TdClassName
{
border-color: #CA1D6B;
}
.TagClassName
{
border-color: #CA1D6B;
}
</style>