Shades of Ruby #CA1567
Tints of Ruby #CA1567
RGB
CMYK
RGB Variations
Color information
#CA1567 (or 0xCA1567) is known color: Ruby. HEX triplet: CA, 15 and 67. RGB value is (202,21,103). Sum of RGB (Red+Green+Blue) = 202+21+103=326 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.96% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1567 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1567 is #35EA98. Grayscale: #545454. Windows color (decimal): -3533465 or 6755786. OLE color: 6755786.
HSL color Cylindrical-coordinate representation of color #CA1567: hue angle of 332.82º degrees, saturation: 0.81, 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 #CA1567 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 21 | 103 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.21 |
| HSL | 332.82º | 0.81% | 0.44% | - |
| HSV(B) | 332.82º | 0.9% | 0.79% | - |
| XYZ | 27.07 | 14.07 | 14.12 | - |
| YUV | 84.47 | 138.47 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 103 | 0 | 0.90 | 0.49 | 0.21 | 332.82 | 0.81 | 0.44 |
| Hex | CA | 15 | 67 | 0 | 5A | 31 | 15 | 14D | 51 | 2C |
| Octal | 312 | 25 | 147 | 0 | 132 | 61 | 25 | 515 | 121 | 54 |
| Binary | 11001010 | 10101 | 1100111 | 0 | 1011010 | 110001 | 10101 | 101001101 | 1010001 | 101100 |
Color Harmonies of #CA1567
Complementary color
Monochromatic Colors of #CA1567
Black with #CA1567
Text Example
Text Example
White with #CA1567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1567; }
p { color: rgb(202,21,103); }
H1.HeaderClassName
{
color: #CA1567;
}
.AnyTagClassName
{
color: #CA1567;
}
</style>
background-color css
<style>
a { background-color: #CA1567; }
a { background-color: rgb(202,21,103); }
div.DivClassName
{
background-color: #CA1567;
}
.BgClassName
{
background-color: #CA1567;
}
</style>
border-color css
<style>
span { border-color: #CA1567; }
span { border-color: rgb(202,21,103); }
td.TdClassName
{
border-color: #CA1567;
}
.TagClassName
{
border-color: #CA1567;
}
</style>