Shades of Ruby #CA1B6B
Tints of Ruby #CA1B6B
RGB
CMYK
RGB Variations
Color information
#CA1B6B (or 0xCA1B6B) is known color: Ruby. HEX triplet: CA, 1B and 6B. RGB value is (202,27,107). Sum of RGB (Red+Green+Blue) = 202+27+107=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 27 (10.94% from 255 or 8.04% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1B6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1B6B is #35E494. Grayscale: #585858. Windows color (decimal): -3531925 or 7019466. OLE color: 7019466.
HSL color Cylindrical-coordinate representation of color #CA1B6B: hue angle of 332.57º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA1B6B is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 27 | 107 | - |
| CMYK | 0 | 0.87 | 0.47 | 0.21 |
| HSL | 332.57º | 0.76% | 0.45% | - |
| HSV(B) | 332.57º | 0.87% | 0.79% | - |
| XYZ | 27.4 | 14.4 | 15.25 | - |
| YUV | 88.45 | 138.48 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 27 | 107 | 0 | 0.87 | 0.47 | 0.21 | 332.57 | 0.76 | 0.45 |
| Hex | CA | 1B | 6B | 0 | 57 | 2F | 15 | 14D | 4C | 2D |
| Octal | 312 | 33 | 153 | 0 | 127 | 57 | 25 | 515 | 114 | 55 |
| Binary | 11001010 | 11011 | 1101011 | 0 | 1010111 | 101111 | 10101 | 101001101 | 1001100 | 101101 |
Color Harmonies of #CA1B6B
Complementary color
Monochromatic Colors of #CA1B6B
Black with #CA1B6B
Text Example
Text Example
White with #CA1B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1B6B; }
p { color: rgb(202,27,107); }
H1.HeaderClassName
{
color: #CA1B6B;
}
.AnyTagClassName
{
color: #CA1B6B;
}
</style>
background-color css
<style>
a { background-color: #CA1B6B; }
a { background-color: rgb(202,27,107); }
div.DivClassName
{
background-color: #CA1B6B;
}
.BgClassName
{
background-color: #CA1B6B;
}
</style>
border-color css
<style>
span { border-color: #CA1B6B; }
span { border-color: rgb(202,27,107); }
td.TdClassName
{
border-color: #CA1B6B;
}
.TagClassName
{
border-color: #CA1B6B;
}
</style>