Shades of Ruby #CA2067
Tints of Ruby #CA2067
RGB
CMYK
RGB Variations
Color information
#CA2067 (or 0xCA2067) is known color: Ruby. HEX triplet: CA, 20 and 67. RGB value is (202,32,103). Sum of RGB (Red+Green+Blue) = 202+32+103=337 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.94% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 103 (40.62% from 255 or 30.56% from 337); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2067 is #35DF98. Grayscale: #5A5A5A. Windows color (decimal): -3530649 or 6758602. OLE color: 6758602.
HSL color Cylindrical-coordinate representation of color #CA2067: hue angle of 334.94º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2067 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 103 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.21 |
| HSL | 334.94º | 0.73% | 0.46% | - |
| HSV(B) | 334.94º | 0.84% | 0.79% | - |
| XYZ | 27.32 | 14.57 | 14.2 | - |
| YUV | 90.92 | 134.82 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 103 | 0 | 0.84 | 0.49 | 0.21 | 334.94 | 0.73 | 0.46 |
| Hex | CA | 20 | 67 | 0 | 54 | 31 | 15 | 14F | 49 | 2E |
| Octal | 312 | 40 | 147 | 0 | 124 | 61 | 25 | 517 | 111 | 56 |
| Binary | 11001010 | 100000 | 1100111 | 0 | 1010100 | 110001 | 10101 | 101001111 | 1001001 | 101110 |
Color Harmonies of #CA2067
Complementary color
Monochromatic Colors of #CA2067
Black with #CA2067
Text Example
Text Example
White with #CA2067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2067; }
p { color: rgb(202,32,103); }
H1.HeaderClassName
{
color: #CA2067;
}
.AnyTagClassName
{
color: #CA2067;
}
</style>
background-color css
<style>
a { background-color: #CA2067; }
a { background-color: rgb(202,32,103); }
div.DivClassName
{
background-color: #CA2067;
}
.BgClassName
{
background-color: #CA2067;
}
</style>
border-color css
<style>
span { border-color: #CA2067; }
span { border-color: rgb(202,32,103); }
td.TdClassName
{
border-color: #CA2067;
}
.TagClassName
{
border-color: #CA2067;
}
</style>