Shades of Ruby #CA1657
Tints of Ruby #CA1657
RGB
CMYK
RGB Variations
Color information
#CA1657 (or 0xCA1657) is known color: Ruby. HEX triplet: CA, 16 and 57. RGB value is (202,22,87). Sum of RGB (Red+Green+Blue) = 202+22+87=311 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.95% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1657 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1657 is #35E9A8. Grayscale: #535353. Windows color (decimal): -3533225 or 5707466. OLE color: 5707466.
HSL color Cylindrical-coordinate representation of color #CA1657: hue angle of 338.33º 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 #CA1657 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 22 | 87 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.21 |
| HSL | 338.33º | 0.8% | 0.44% | - |
| HSV(B) | 338.33º | 0.89% | 0.79% | - |
| XYZ | 26.36 | 13.82 | 10.29 | - |
| YUV | 83.23 | 130.13 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 87 | 0 | 0.89 | 0.57 | 0.21 | 338.33 | 0.8 | 0.44 |
| Hex | CA | 16 | 57 | 0 | 59 | 39 | 15 | 152 | 50 | 2C |
| Octal | 312 | 26 | 127 | 0 | 131 | 71 | 25 | 522 | 120 | 54 |
| Binary | 11001010 | 10110 | 1010111 | 0 | 1011001 | 111001 | 10101 | 101010010 | 1010000 | 101100 |
Color Harmonies of #CA1657
Complementary color
Monochromatic Colors of #CA1657
Black with #CA1657
Text Example
Text Example
White with #CA1657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1657; }
p { color: rgb(202,22,87); }
H1.HeaderClassName
{
color: #CA1657;
}
.AnyTagClassName
{
color: #CA1657;
}
</style>
background-color css
<style>
a { background-color: #CA1657; }
a { background-color: rgb(202,22,87); }
div.DivClassName
{
background-color: #CA1657;
}
.BgClassName
{
background-color: #CA1657;
}
</style>
border-color css
<style>
span { border-color: #CA1657; }
span { border-color: rgb(202,22,87); }
td.TdClassName
{
border-color: #CA1657;
}
.TagClassName
{
border-color: #CA1657;
}
</style>