Shades of Ruby #CA2069
Tints of Ruby #CA2069
RGB
CMYK
RGB Variations
Color information
#CA2069 (or 0xCA2069) is known color: Ruby. HEX triplet: CA, 20 and 69. RGB value is (202,32,105). Sum of RGB (Red+Green+Blue) = 202+32+105=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2069 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2069 is #35DF96. Grayscale: #5B5B5B. Windows color (decimal): -3530647 or 6889674. OLE color: 6889674.
HSL color Cylindrical-coordinate representation of color #CA2069: hue angle of 334.24º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2069 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 105 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.21 |
| HSL | 334.24º | 0.73% | 0.46% | - |
| HSV(B) | 334.24º | 0.84% | 0.79% | - |
| XYZ | 27.42 | 14.61 | 14.74 | - |
| YUV | 91.15 | 135.82 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 105 | 0 | 0.84 | 0.48 | 0.21 | 334.24 | 0.73 | 0.46 |
| Hex | CA | 20 | 69 | 0 | 54 | 30 | 15 | 14E | 49 | 2E |
| Octal | 312 | 40 | 151 | 0 | 124 | 60 | 25 | 516 | 111 | 56 |
| Binary | 11001010 | 100000 | 1101001 | 0 | 1010100 | 110000 | 10101 | 101001110 | 1001001 | 101110 |
Color Harmonies of #CA2069
Complementary color
Monochromatic Colors of #CA2069
Black with #CA2069
Text Example
Text Example
White with #CA2069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2069; }
p { color: rgb(202,32,105); }
H1.HeaderClassName
{
color: #CA2069;
}
.AnyTagClassName
{
color: #CA2069;
}
</style>
background-color css
<style>
a { background-color: #CA2069; }
a { background-color: rgb(202,32,105); }
div.DivClassName
{
background-color: #CA2069;
}
.BgClassName
{
background-color: #CA2069;
}
</style>
border-color css
<style>
span { border-color: #CA2069; }
span { border-color: rgb(202,32,105); }
td.TdClassName
{
border-color: #CA2069;
}
.TagClassName
{
border-color: #CA2069;
}
</style>