Shades of Ruby #CA105C
Tints of Ruby #CA105C
RGB
CMYK
RGB Variations
Color information
#CA105C (or 0xCA105C) is known color: Ruby. HEX triplet: CA, 10 and 5C. RGB value is (202,16,92). Sum of RGB (Red+Green+Blue) = 202+16+92=310 (41% of max value = 765). Red value is 202 (79.30% from 255 or 65.16% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 202 - color contains mainly: red. Hex color #CA105C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA105C is #35EFA3. Grayscale: #505050. Windows color (decimal): -3534756 or 6033610. OLE color: 6033610.
HSL color Cylindrical-coordinate representation of color #CA105C: hue angle of 335.48º 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 #CA105C is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 16 | 92 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.21 |
| HSL | 335.48º | 0.85% | 0.43% | - |
| HSV(B) | 335.48º | 0.92% | 0.79% | - |
| XYZ | 26.47 | 13.7 | 11.37 | - |
| YUV | 80.28 | 134.62 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 92 | 0 | 0.92 | 0.54 | 0.21 | 335.48 | 0.85 | 0.43 |
| Hex | CA | 10 | 5C | 0 | 5C | 36 | 15 | 14F | 55 | 2B |
| Octal | 312 | 20 | 134 | 0 | 134 | 66 | 25 | 517 | 125 | 53 |
| Binary | 11001010 | 10000 | 1011100 | 0 | 1011100 | 110110 | 10101 | 101001111 | 1010101 | 101011 |
Color Harmonies of #CA105C
Complementary color
Monochromatic Colors of #CA105C
Black with #CA105C
Text Example
Text Example
White with #CA105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA105C; }
p { color: rgb(202,16,92); }
H1.HeaderClassName
{
color: #CA105C;
}
.AnyTagClassName
{
color: #CA105C;
}
</style>
background-color css
<style>
a { background-color: #CA105C; }
a { background-color: rgb(202,16,92); }
div.DivClassName
{
background-color: #CA105C;
}
.BgClassName
{
background-color: #CA105C;
}
</style>
border-color css
<style>
span { border-color: #CA105C; }
span { border-color: rgb(202,16,92); }
td.TdClassName
{
border-color: #CA105C;
}
.TagClassName
{
border-color: #CA105C;
}
</style>