Shades of Ruby #CA185F
Tints of Ruby #CA185F
RGB
CMYK
RGB Variations
Color information
#CA185F (or 0xCA185F) is known color: Ruby. HEX triplet: CA, 18 and 5F. RGB value is (202,24,95). Sum of RGB (Red+Green+Blue) = 202+24+95=321 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.93% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 202 - color contains mainly: red. Hex color #CA185F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA185F is #35E7A0. Grayscale: #555555. Windows color (decimal): -3532705 or 6232266. OLE color: 6232266.
HSL color Cylindrical-coordinate representation of color #CA185F: hue angle of 336.07º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA185F is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 24 | 95 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.21 |
| HSL | 336.07º | 0.79% | 0.44% | - |
| HSV(B) | 336.07º | 0.88% | 0.79% | - |
| XYZ | 26.75 | 14.04 | 12.13 | - |
| YUV | 85.32 | 133.47 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 95 | 0 | 0.88 | 0.53 | 0.21 | 336.07 | 0.79 | 0.44 |
| Hex | CA | 18 | 5F | 0 | 58 | 35 | 15 | 150 | 4F | 2C |
| Octal | 312 | 30 | 137 | 0 | 130 | 65 | 25 | 520 | 117 | 54 |
| Binary | 11001010 | 11000 | 1011111 | 0 | 1011000 | 110101 | 10101 | 101010000 | 1001111 | 101100 |
Color Harmonies of #CA185F
Complementary color
Monochromatic Colors of #CA185F
Black with #CA185F
Text Example
Text Example
White with #CA185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA185F; }
p { color: rgb(202,24,95); }
H1.HeaderClassName
{
color: #CA185F;
}
.AnyTagClassName
{
color: #CA185F;
}
</style>
background-color css
<style>
a { background-color: #CA185F; }
a { background-color: rgb(202,24,95); }
div.DivClassName
{
background-color: #CA185F;
}
.BgClassName
{
background-color: #CA185F;
}
</style>
border-color css
<style>
span { border-color: #CA185F; }
span { border-color: rgb(202,24,95); }
td.TdClassName
{
border-color: #CA185F;
}
.TagClassName
{
border-color: #CA185F;
}
</style>