Shades of Ruby #CA155C
Tints of Ruby #CA155C
RGB
CMYK
RGB Variations
Color information
#CA155C (or 0xCA155C) is known color: Ruby. HEX triplet: CA, 15 and 5C. RGB value is (202,21,92). Sum of RGB (Red+Green+Blue) = 202+21+92=315 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.13% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 202 - color contains mainly: red. Hex color #CA155C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA155C is #35EAA3. Grayscale: #535353. Windows color (decimal): -3533476 or 6034890. OLE color: 6034890.
HSL color Cylindrical-coordinate representation of color #CA155C: hue angle of 336.46º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA155C is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 21 | 92 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.21 |
| HSL | 336.46º | 0.81% | 0.44% | - |
| HSV(B) | 336.46º | 0.9% | 0.79% | - |
| XYZ | 26.56 | 13.87 | 11.4 | - |
| YUV | 83.21 | 132.97 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 92 | 0 | 0.90 | 0.54 | 0.21 | 336.46 | 0.81 | 0.44 |
| Hex | CA | 15 | 5C | 0 | 5A | 36 | 15 | 150 | 51 | 2C |
| Octal | 312 | 25 | 134 | 0 | 132 | 66 | 25 | 520 | 121 | 54 |
| Binary | 11001010 | 10101 | 1011100 | 0 | 1011010 | 110110 | 10101 | 101010000 | 1010001 | 101100 |
Color Harmonies of #CA155C
Complementary color
Monochromatic Colors of #CA155C
Black with #CA155C
Text Example
Text Example
White with #CA155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA155C; }
p { color: rgb(202,21,92); }
H1.HeaderClassName
{
color: #CA155C;
}
.AnyTagClassName
{
color: #CA155C;
}
</style>
background-color css
<style>
a { background-color: #CA155C; }
a { background-color: rgb(202,21,92); }
div.DivClassName
{
background-color: #CA155C;
}
.BgClassName
{
background-color: #CA155C;
}
</style>
border-color css
<style>
span { border-color: #CA155C; }
span { border-color: rgb(202,21,92); }
td.TdClassName
{
border-color: #CA155C;
}
.TagClassName
{
border-color: #CA155C;
}
</style>