Shades of Ruby #CA105A
Tints of Ruby #CA105A
RGB
CMYK
RGB Variations
Color information
#CA105A (or 0xCA105A) is known color: Ruby. HEX triplet: CA, 10 and 5A. RGB value is (202,16,90). Sum of RGB (Red+Green+Blue) = 202+16+90=308 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.58% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 202 - color contains mainly: red. Hex color #CA105A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA105A is #35EFA5. Grayscale: #4F4F4F. Windows color (decimal): -3534758 or 5902538. OLE color: 5902538.
HSL color Cylindrical-coordinate representation of color #CA105A: hue angle of 336.13º 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 #CA105A is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 16 | 90 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.21 |
| HSL | 336.13º | 0.85% | 0.43% | - |
| HSV(B) | 336.13º | 0.92% | 0.79% | - |
| XYZ | 26.39 | 13.67 | 10.92 | - |
| YUV | 80.05 | 133.62 | 214.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 90 | 0 | 0.92 | 0.55 | 0.21 | 336.13 | 0.85 | 0.43 |
| Hex | CA | 10 | 5A | 0 | 5C | 37 | 15 | 150 | 55 | 2B |
| Octal | 312 | 20 | 132 | 0 | 134 | 67 | 25 | 520 | 125 | 53 |
| Binary | 11001010 | 10000 | 1011010 | 0 | 1011100 | 110111 | 10101 | 101010000 | 1010101 | 101011 |
Color Harmonies of #CA105A
Complementary color
Monochromatic Colors of #CA105A
Black with #CA105A
Text Example
Text Example
White with #CA105A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA105A; }
p { color: rgb(202,16,90); }
H1.HeaderClassName
{
color: #CA105A;
}
.AnyTagClassName
{
color: #CA105A;
}
</style>
background-color css
<style>
a { background-color: #CA105A; }
a { background-color: rgb(202,16,90); }
div.DivClassName
{
background-color: #CA105A;
}
.BgClassName
{
background-color: #CA105A;
}
</style>
border-color css
<style>
span { border-color: #CA105A; }
span { border-color: rgb(202,16,90); }
td.TdClassName
{
border-color: #CA105A;
}
.TagClassName
{
border-color: #CA105A;
}
</style>