Shades of Ruby #CA1468
Tints of Ruby #CA1468
RGB
CMYK
RGB Variations
Color information
#CA1468 (or 0xCA1468) is known color: Ruby. HEX triplet: CA, 14 and 68. RGB value is (202,20,104). Sum of RGB (Red+Green+Blue) = 202+20+104=326 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.96% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1468 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1468 is #35EB97. Grayscale: #535353. Windows color (decimal): -3533720 or 6821066. OLE color: 6821066.
HSL color Cylindrical-coordinate representation of color #CA1468: hue angle of 332.31º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA1468 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 20 | 104 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.21 |
| HSL | 332.31º | 0.82% | 0.44% | - |
| HSV(B) | 332.31º | 0.9% | 0.79% | - |
| XYZ | 27.11 | 14.06 | 14.38 | - |
| YUV | 83.99 | 139.3 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 104 | 0 | 0.90 | 0.49 | 0.21 | 332.31 | 0.82 | 0.44 |
| Hex | CA | 14 | 68 | 0 | 5A | 31 | 15 | 14C | 52 | 2C |
| Octal | 312 | 24 | 150 | 0 | 132 | 61 | 25 | 514 | 122 | 54 |
| Binary | 11001010 | 10100 | 1101000 | 0 | 1011010 | 110001 | 10101 | 101001100 | 1010010 | 101100 |
Color Harmonies of #CA1468
Complementary color
Monochromatic Colors of #CA1468
Black with #CA1468
Text Example
Text Example
White with #CA1468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1468; }
p { color: rgb(202,20,104); }
H1.HeaderClassName
{
color: #CA1468;
}
.AnyTagClassName
{
color: #CA1468;
}
</style>
background-color css
<style>
a { background-color: #CA1468; }
a { background-color: rgb(202,20,104); }
div.DivClassName
{
background-color: #CA1468;
}
.BgClassName
{
background-color: #CA1468;
}
</style>
border-color css
<style>
span { border-color: #CA1468; }
span { border-color: rgb(202,20,104); }
td.TdClassName
{
border-color: #CA1468;
}
.TagClassName
{
border-color: #CA1468;
}
</style>