Shades of Ruby #CA0958
Tints of Ruby #CA0958
RGB
CMYK
RGB Variations
Color information
#CA0958 (or 0xCA0958) is known color: Ruby. HEX triplet: CA, 09 and 58. RGB value is (202,9,88). Sum of RGB (Red+Green+Blue) = 202+9+88=299 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.56% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0958 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0958 is #35F6A7. Grayscale: #4B4B4B. Windows color (decimal): -3536552 or 5769674. OLE color: 5769674.
HSL color Cylindrical-coordinate representation of color #CA0958: hue angle of 335.44º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA0958 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 88 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.21 |
| HSL | 335.44º | 0.91% | 0.41% | - |
| HSV(B) | 335.44º | 0.96% | 0.79% | - |
| XYZ | 26.22 | 13.46 | 10.45 | - |
| YUV | 75.71 | 134.94 | 218.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 88 | 0 | 0.96 | 0.56 | 0.21 | 335.44 | 0.91 | 0.41 |
| Hex | CA | 9 | 58 | 0 | 60 | 38 | 15 | 14F | 5B | 29 |
| Octal | 312 | 11 | 130 | 0 | 140 | 70 | 25 | 517 | 133 | 51 |
| Binary | 11001010 | 1001 | 1011000 | 0 | 1100000 | 111000 | 10101 | 101001111 | 1011011 | 101001 |
Color Harmonies of #CA0958
Complementary color
Monochromatic Colors of #CA0958
Black with #CA0958
Text Example
Text Example
White with #CA0958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0958; }
p { color: rgb(202,9,88); }
H1.HeaderClassName
{
color: #CA0958;
}
.AnyTagClassName
{
color: #CA0958;
}
</style>
background-color css
<style>
a { background-color: #CA0958; }
a { background-color: rgb(202,9,88); }
div.DivClassName
{
background-color: #CA0958;
}
.BgClassName
{
background-color: #CA0958;
}
</style>
border-color css
<style>
span { border-color: #CA0958; }
span { border-color: rgb(202,9,88); }
td.TdClassName
{
border-color: #CA0958;
}
.TagClassName
{
border-color: #CA0958;
}
</style>