Shades of Ruby #CA1E5C
Tints of Ruby #CA1E5C
RGB
CMYK
RGB Variations
Color information
#CA1E5C (or 0xCA1E5C) is known color: Ruby. HEX triplet: CA, 1E and 5C. RGB value is (202,30,92). Sum of RGB (Red+Green+Blue) = 202+30+92=324 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.35% from 324); Green value is 30 (12.11% from 255 or 9.26% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1E5C is #35E1A3. Grayscale: #585858. Windows color (decimal): -3531172 or 6037194. OLE color: 6037194.
HSL color Cylindrical-coordinate representation of color #CA1E5C: hue angle of 338.37º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA1E5C is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 30 | 92 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.21 |
| HSL | 338.37º | 0.74% | 0.45% | - |
| HSV(B) | 338.37º | 0.85% | 0.79% | - |
| XYZ | 26.75 | 14.26 | 11.47 | - |
| YUV | 88.5 | 129.98 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 30 | 92 | 0 | 0.85 | 0.54 | 0.21 | 338.37 | 0.74 | 0.45 |
| Hex | CA | 1E | 5C | 0 | 55 | 36 | 15 | 152 | 4A | 2D |
| Octal | 312 | 36 | 134 | 0 | 125 | 66 | 25 | 522 | 112 | 55 |
| Binary | 11001010 | 11110 | 1011100 | 0 | 1010101 | 110110 | 10101 | 101010010 | 1001010 | 101101 |
Color Harmonies of #CA1E5C
Complementary color
Monochromatic Colors of #CA1E5C
Black with #CA1E5C
Text Example
Text Example
White with #CA1E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1E5C; }
p { color: rgb(202,30,92); }
H1.HeaderClassName
{
color: #CA1E5C;
}
.AnyTagClassName
{
color: #CA1E5C;
}
</style>
background-color css
<style>
a { background-color: #CA1E5C; }
a { background-color: rgb(202,30,92); }
div.DivClassName
{
background-color: #CA1E5C;
}
.BgClassName
{
background-color: #CA1E5C;
}
</style>
border-color css
<style>
span { border-color: #CA1E5C; }
span { border-color: rgb(202,30,92); }
td.TdClassName
{
border-color: #CA1E5C;
}
.TagClassName
{
border-color: #CA1E5C;
}
</style>