Shades of Ruby #CA1467
Tints of Ruby #CA1467
RGB
CMYK
RGB Variations
Color information
#CA1467 (or 0xCA1467) is known color: Ruby. HEX triplet: CA, 14 and 67. RGB value is (202,20,103). Sum of RGB (Red+Green+Blue) = 202+20+103=325 (43% of max value = 765). Red value is 202 (79.30% from 255 or 62.15% from 325); Green value is 20 (8.20% from 255 or 6.15% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1467 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1467 is #35EB98. Grayscale: #535353. Windows color (decimal): -3533721 or 6755530. OLE color: 6755530.
HSL color Cylindrical-coordinate representation of color #CA1467: hue angle of 332.64º 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 #CA1467 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 20 | 103 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.21 |
| HSL | 332.64º | 0.82% | 0.44% | - |
| HSV(B) | 332.64º | 0.9% | 0.79% | - |
| XYZ | 27.06 | 14.04 | 14.12 | - |
| YUV | 83.88 | 138.8 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 103 | 0 | 0.90 | 0.49 | 0.21 | 332.64 | 0.82 | 0.44 |
| Hex | CA | 14 | 67 | 0 | 5A | 31 | 15 | 14D | 52 | 2C |
| Octal | 312 | 24 | 147 | 0 | 132 | 61 | 25 | 515 | 122 | 54 |
| Binary | 11001010 | 10100 | 1100111 | 0 | 1011010 | 110001 | 10101 | 101001101 | 1010010 | 101100 |
Color Harmonies of #CA1467
Complementary color
Monochromatic Colors of #CA1467
Black with #CA1467
Text Example
Text Example
White with #CA1467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1467; }
p { color: rgb(202,20,103); }
H1.HeaderClassName
{
color: #CA1467;
}
.AnyTagClassName
{
color: #CA1467;
}
</style>
background-color css
<style>
a { background-color: #CA1467; }
a { background-color: rgb(202,20,103); }
div.DivClassName
{
background-color: #CA1467;
}
.BgClassName
{
background-color: #CA1467;
}
</style>
border-color css
<style>
span { border-color: #CA1467; }
span { border-color: rgb(202,20,103); }
td.TdClassName
{
border-color: #CA1467;
}
.TagClassName
{
border-color: #CA1467;
}
</style>