Shades of Ruby #CA1C6B
Tints of Ruby #CA1C6B
RGB
CMYK
RGB Variations
Color information
#CA1C6B (or 0xCA1C6B) is known color: Ruby. HEX triplet: CA, 1C and 6B. RGB value is (202,28,107). Sum of RGB (Red+Green+Blue) = 202+28+107=337 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.94% from 337); Green value is 28 (11.33% from 255 or 8.31% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1C6B is #35E394. Grayscale: #585858. Windows color (decimal): -3531669 or 7019722. OLE color: 7019722.
HSL color Cylindrical-coordinate representation of color #CA1C6B: hue angle of 332.76º degrees, saturation: 0.76, 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 #CA1C6B is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 28 | 107 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.21 |
| HSL | 332.76º | 0.76% | 0.45% | - |
| HSV(B) | 332.76º | 0.86% | 0.79% | - |
| XYZ | 27.43 | 14.45 | 15.25 | - |
| YUV | 89.03 | 138.15 | 208.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 28 | 107 | 0 | 0.86 | 0.47 | 0.21 | 332.76 | 0.76 | 0.45 |
| Hex | CA | 1C | 6B | 0 | 56 | 2F | 15 | 14D | 4C | 2D |
| Octal | 312 | 34 | 153 | 0 | 126 | 57 | 25 | 515 | 114 | 55 |
| Binary | 11001010 | 11100 | 1101011 | 0 | 1010110 | 101111 | 10101 | 101001101 | 1001100 | 101101 |
Color Harmonies of #CA1C6B
Complementary color
Monochromatic Colors of #CA1C6B
Black with #CA1C6B
Text Example
Text Example
White with #CA1C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1C6B; }
p { color: rgb(202,28,107); }
H1.HeaderClassName
{
color: #CA1C6B;
}
.AnyTagClassName
{
color: #CA1C6B;
}
</style>
background-color css
<style>
a { background-color: #CA1C6B; }
a { background-color: rgb(202,28,107); }
div.DivClassName
{
background-color: #CA1C6B;
}
.BgClassName
{
background-color: #CA1C6B;
}
</style>
border-color css
<style>
span { border-color: #CA1C6B; }
span { border-color: rgb(202,28,107); }
td.TdClassName
{
border-color: #CA1C6B;
}
.TagClassName
{
border-color: #CA1C6B;
}
</style>