Shades of Ruby #CA1756
Tints of Ruby #CA1756
RGB
CMYK
RGB Variations
Color information
#CA1756 (or 0xCA1756) is known color: Ruby. HEX triplet: CA, 17 and 56. RGB value is (202,23,86). Sum of RGB (Red+Green+Blue) = 202+23+86=311 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.95% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1756 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1756 is #35E8A9. Grayscale: #535353. Windows color (decimal): -3532970 or 5642186. OLE color: 5642186.
HSL color Cylindrical-coordinate representation of color #CA1756: hue angle of 338.88º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA1756 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 23 | 86 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.21 |
| HSL | 338.88º | 0.8% | 0.44% | - |
| HSV(B) | 338.88º | 0.89% | 0.79% | - |
| XYZ | 26.34 | 13.84 | 10.09 | - |
| YUV | 83.7 | 129.3 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 86 | 0 | 0.89 | 0.57 | 0.21 | 338.88 | 0.8 | 0.44 |
| Hex | CA | 17 | 56 | 0 | 59 | 39 | 15 | 153 | 50 | 2C |
| Octal | 312 | 27 | 126 | 0 | 131 | 71 | 25 | 523 | 120 | 54 |
| Binary | 11001010 | 10111 | 1010110 | 0 | 1011001 | 111001 | 10101 | 101010011 | 1010000 | 101100 |
Color Harmonies of #CA1756
Complementary color
Monochromatic Colors of #CA1756
Black with #CA1756
Text Example
Text Example
White with #CA1756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1756; }
p { color: rgb(202,23,86); }
H1.HeaderClassName
{
color: #CA1756;
}
.AnyTagClassName
{
color: #CA1756;
}
</style>
background-color css
<style>
a { background-color: #CA1756; }
a { background-color: rgb(202,23,86); }
div.DivClassName
{
background-color: #CA1756;
}
.BgClassName
{
background-color: #CA1756;
}
</style>
border-color css
<style>
span { border-color: #CA1756; }
span { border-color: rgb(202,23,86); }
td.TdClassName
{
border-color: #CA1756;
}
.TagClassName
{
border-color: #CA1756;
}
</style>