Shades of Ruby #CA175F
Tints of Ruby #CA175F
RGB
CMYK
RGB Variations
Color information
#CA175F (or 0xCA175F) is known color: Ruby. HEX triplet: CA, 17 and 5F. RGB value is (202,23,95). Sum of RGB (Red+Green+Blue) = 202+23+95=320 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.12% from 320); Green value is 23 (9.38% from 255 or 7.19% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 202 - color contains mainly: red. Hex color #CA175F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA175F is #35E8A0. Grayscale: #545454. Windows color (decimal): -3532961 or 6232010. OLE color: 6232010.
HSL color Cylindrical-coordinate representation of color #CA175F: hue angle of 335.87º 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 #CA175F is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 23 | 95 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.21 |
| HSL | 335.87º | 0.8% | 0.44% | - |
| HSV(B) | 335.87º | 0.89% | 0.79% | - |
| XYZ | 26.73 | 14 | 12.12 | - |
| YUV | 84.73 | 133.8 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 95 | 0 | 0.89 | 0.53 | 0.21 | 335.87 | 0.8 | 0.44 |
| Hex | CA | 17 | 5F | 0 | 59 | 35 | 15 | 150 | 50 | 2C |
| Octal | 312 | 27 | 137 | 0 | 131 | 65 | 25 | 520 | 120 | 54 |
| Binary | 11001010 | 10111 | 1011111 | 0 | 1011001 | 110101 | 10101 | 101010000 | 1010000 | 101100 |
Color Harmonies of #CA175F
Complementary color
Monochromatic Colors of #CA175F
Black with #CA175F
Text Example
Text Example
White with #CA175F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA175F; }
p { color: rgb(202,23,95); }
H1.HeaderClassName
{
color: #CA175F;
}
.AnyTagClassName
{
color: #CA175F;
}
</style>
background-color css
<style>
a { background-color: #CA175F; }
a { background-color: rgb(202,23,95); }
div.DivClassName
{
background-color: #CA175F;
}
.BgClassName
{
background-color: #CA175F;
}
</style>
border-color css
<style>
span { border-color: #CA175F; }
span { border-color: rgb(202,23,95); }
td.TdClassName
{
border-color: #CA175F;
}
.TagClassName
{
border-color: #CA175F;
}
</style>