Shades of Ruby #CA0962
Tints of Ruby #CA0962
RGB
CMYK
RGB Variations
Color information
#CA0962 (or 0xCA0962) is known color: Ruby. HEX triplet: CA, 09 and 62. RGB value is (202,9,98). Sum of RGB (Red+Green+Blue) = 202+9+98=309 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.37% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0962 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0962 is #35F69D. Grayscale: #4C4C4C. Windows color (decimal): -3536542 or 6425034. OLE color: 6425034.
HSL color Cylindrical-coordinate representation of color #CA0962: hue angle of 332.33º 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 #CA0962 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 98 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.21 |
| HSL | 332.33º | 0.91% | 0.41% | - |
| HSV(B) | 332.33º | 0.96% | 0.79% | - |
| XYZ | 26.66 | 13.63 | 12.78 | - |
| YUV | 76.85 | 139.94 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 98 | 0 | 0.96 | 0.51 | 0.21 | 332.33 | 0.91 | 0.41 |
| Hex | CA | 9 | 62 | 0 | 60 | 33 | 15 | 14C | 5B | 29 |
| Octal | 312 | 11 | 142 | 0 | 140 | 63 | 25 | 514 | 133 | 51 |
| Binary | 11001010 | 1001 | 1100010 | 0 | 1100000 | 110011 | 10101 | 101001100 | 1011011 | 101001 |
Color Harmonies of #CA0962
Complementary color
Monochromatic Colors of #CA0962
Black with #CA0962
Text Example
Text Example
White with #CA0962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0962; }
p { color: rgb(202,9,98); }
H1.HeaderClassName
{
color: #CA0962;
}
.AnyTagClassName
{
color: #CA0962;
}
</style>
background-color css
<style>
a { background-color: #CA0962; }
a { background-color: rgb(202,9,98); }
div.DivClassName
{
background-color: #CA0962;
}
.BgClassName
{
background-color: #CA0962;
}
</style>
border-color css
<style>
span { border-color: #CA0962; }
span { border-color: rgb(202,9,98); }
td.TdClassName
{
border-color: #CA0962;
}
.TagClassName
{
border-color: #CA0962;
}
</style>