Shades of Ruby #CA1065
Tints of Ruby #CA1065
RGB
CMYK
RGB Variations
Color information
#CA1065 (or 0xCA1065) is known color: Ruby. HEX triplet: CA, 10 and 65. RGB value is (202,16,101). Sum of RGB (Red+Green+Blue) = 202+16+101=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1065 is #35EF9A. Grayscale: #515151. Windows color (decimal): -3534747 or 6623434. OLE color: 6623434.
HSL color Cylindrical-coordinate representation of color #CA1065: hue angle of 332.58º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA1065 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 16 | 101 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.21 |
| HSL | 332.58º | 0.85% | 0.43% | - |
| HSV(B) | 332.58º | 0.92% | 0.79% | - |
| XYZ | 26.89 | 13.87 | 13.57 | - |
| YUV | 81.3 | 139.12 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 101 | 0 | 0.92 | 0.50 | 0.21 | 332.58 | 0.85 | 0.43 |
| Hex | CA | 10 | 65 | 0 | 5C | 32 | 15 | 14D | 55 | 2B |
| Octal | 312 | 20 | 145 | 0 | 134 | 62 | 25 | 515 | 125 | 53 |
| Binary | 11001010 | 10000 | 1100101 | 0 | 1011100 | 110010 | 10101 | 101001101 | 1010101 | 101011 |
Color Harmonies of #CA1065
Complementary color
Monochromatic Colors of #CA1065
Black with #CA1065
Text Example
Text Example
White with #CA1065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1065; }
p { color: rgb(202,16,101); }
H1.HeaderClassName
{
color: #CA1065;
}
.AnyTagClassName
{
color: #CA1065;
}
</style>
background-color css
<style>
a { background-color: #CA1065; }
a { background-color: rgb(202,16,101); }
div.DivClassName
{
background-color: #CA1065;
}
.BgClassName
{
background-color: #CA1065;
}
</style>
border-color css
<style>
span { border-color: #CA1065; }
span { border-color: rgb(202,16,101); }
td.TdClassName
{
border-color: #CA1065;
}
.TagClassName
{
border-color: #CA1065;
}
</style>