Shades of Ruby #CA0769
Tints of Ruby #CA0769
RGB
CMYK
RGB Variations
Color information
#CA0769 (or 0xCA0769) is known color: Ruby. HEX triplet: CA, 07 and 69. RGB value is (202,7,105). Sum of RGB (Red+Green+Blue) = 202+7+105=314 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.33% from 314); Green value is 7 (3.12% from 255 or 2.23% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0769 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0769 is #35F896. Grayscale: #4C4C4C. Windows color (decimal): -3537047 or 6883274. OLE color: 6883274.
HSL color Cylindrical-coordinate representation of color #CA0769: hue angle of 329.85º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA0769 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 7 | 105 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.21 |
| HSL | 329.85º | 0.93% | 0.41% | - |
| HSV(B) | 329.85º | 0.97% | 0.79% | - |
| XYZ | 26.98 | 13.73 | 14.59 | - |
| YUV | 76.48 | 144.1 | 217.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 105 | 0 | 0.97 | 0.48 | 0.21 | 329.85 | 0.93 | 0.41 |
| Hex | CA | 7 | 69 | 0 | 61 | 30 | 15 | 14A | 5D | 29 |
| Octal | 312 | 7 | 151 | 0 | 141 | 60 | 25 | 512 | 135 | 51 |
| Binary | 11001010 | 111 | 1101001 | 0 | 1100001 | 110000 | 10101 | 101001010 | 1011101 | 101001 |
Color Harmonies of #CA0769
Complementary color
Monochromatic Colors of #CA0769
Black with #CA0769
Text Example
Text Example
White with #CA0769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0769; }
p { color: rgb(202,7,105); }
H1.HeaderClassName
{
color: #CA0769;
}
.AnyTagClassName
{
color: #CA0769;
}
</style>
background-color css
<style>
a { background-color: #CA0769; }
a { background-color: rgb(202,7,105); }
div.DivClassName
{
background-color: #CA0769;
}
.BgClassName
{
background-color: #CA0769;
}
</style>
border-color css
<style>
span { border-color: #CA0769; }
span { border-color: rgb(202,7,105); }
td.TdClassName
{
border-color: #CA0769;
}
.TagClassName
{
border-color: #CA0769;
}
</style>