Shades of Ruby #CA1765
Tints of Ruby #CA1765
RGB
CMYK
RGB Variations
Color information
#CA1765 (or 0xCA1765) is known color: Ruby. HEX triplet: CA, 17 and 65. RGB value is (202,23,101). Sum of RGB (Red+Green+Blue) = 202+23+101=326 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.96% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1765 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1765 is #35E89A. Grayscale: #555555. Windows color (decimal): -3532955 or 6625226. OLE color: 6625226.
HSL color Cylindrical-coordinate representation of color #CA1765: hue angle of 333.85º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA1765 is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 23 | 101 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.21 |
| HSL | 333.85º | 0.8% | 0.44% | - |
| HSV(B) | 333.85º | 0.89% | 0.79% | - |
| XYZ | 27.01 | 14.11 | 13.61 | - |
| YUV | 85.41 | 136.8 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 101 | 0 | 0.89 | 0.50 | 0.21 | 333.85 | 0.8 | 0.44 |
| Hex | CA | 17 | 65 | 0 | 59 | 32 | 15 | 14E | 50 | 2C |
| Octal | 312 | 27 | 145 | 0 | 131 | 62 | 25 | 516 | 120 | 54 |
| Binary | 11001010 | 10111 | 1100101 | 0 | 1011001 | 110010 | 10101 | 101001110 | 1010000 | 101100 |
Color Harmonies of #CA1765
Complementary color
Monochromatic Colors of #CA1765
Black with #CA1765
Text Example
Text Example
White with #CA1765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1765; }
p { color: rgb(202,23,101); }
H1.HeaderClassName
{
color: #CA1765;
}
.AnyTagClassName
{
color: #CA1765;
}
</style>
background-color css
<style>
a { background-color: #CA1765; }
a { background-color: rgb(202,23,101); }
div.DivClassName
{
background-color: #CA1765;
}
.BgClassName
{
background-color: #CA1765;
}
</style>
border-color css
<style>
span { border-color: #CA1765; }
span { border-color: rgb(202,23,101); }
td.TdClassName
{
border-color: #CA1765;
}
.TagClassName
{
border-color: #CA1765;
}
</style>