Shades of Ruby #CA106B
Tints of Ruby #CA106B
RGB
CMYK
RGB Variations
Color information
#CA106B (or 0xCA106B) is known color: Ruby. HEX triplet: CA, 10 and 6B. RGB value is (202,16,107). Sum of RGB (Red+Green+Blue) = 202+16+107=325 (43% of max value = 765). Red value is 202 (79.30% from 255 or 62.15% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 202 - color contains mainly: red. Hex color #CA106B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA106B is #35EF94. Grayscale: #515151. Windows color (decimal): -3534741 or 7016650. OLE color: 7016650.
HSL color Cylindrical-coordinate representation of color #CA106B: hue angle of 330.65º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA106B is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 16 | 107 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.21 |
| HSL | 330.65º | 0.85% | 0.43% | - |
| HSV(B) | 330.65º | 0.92% | 0.79% | - |
| XYZ | 27.2 | 13.99 | 15.18 | - |
| YUV | 81.99 | 142.12 | 213.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 107 | 0 | 0.92 | 0.47 | 0.21 | 330.65 | 0.85 | 0.43 |
| Hex | CA | 10 | 6B | 0 | 5C | 2F | 15 | 14B | 55 | 2B |
| Octal | 312 | 20 | 153 | 0 | 134 | 57 | 25 | 513 | 125 | 53 |
| Binary | 11001010 | 10000 | 1101011 | 0 | 1011100 | 101111 | 10101 | 101001011 | 1010101 | 101011 |
Color Harmonies of #CA106B
Complementary color
Monochromatic Colors of #CA106B
Black with #CA106B
Text Example
Text Example
White with #CA106B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA106B; }
p { color: rgb(202,16,107); }
H1.HeaderClassName
{
color: #CA106B;
}
.AnyTagClassName
{
color: #CA106B;
}
</style>
background-color css
<style>
a { background-color: #CA106B; }
a { background-color: rgb(202,16,107); }
div.DivClassName
{
background-color: #CA106B;
}
.BgClassName
{
background-color: #CA106B;
}
</style>
border-color css
<style>
span { border-color: #CA106B; }
span { border-color: rgb(202,16,107); }
td.TdClassName
{
border-color: #CA106B;
}
.TagClassName
{
border-color: #CA106B;
}
</style>