Shades of Ruby #CA1E6C
Tints of Ruby #CA1E6C
RGB
CMYK
RGB Variations
Color information
#CA1E6C (or 0xCA1E6C) is known color: Ruby. HEX triplet: CA, 1E and 6C. RGB value is (202,30,108). Sum of RGB (Red+Green+Blue) = 202+30+108=340 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.41% from 340); Green value is 30 (12.11% from 255 or 8.82% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1E6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1E6C is #35E193. Grayscale: #5A5A5A. Windows color (decimal): -3531156 or 7085770. OLE color: 7085770.
HSL color Cylindrical-coordinate representation of color #CA1E6C: hue angle of 332.79º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA1E6C is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 30 | 108 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.21 |
| HSL | 332.79º | 0.74% | 0.45% | - |
| HSV(B) | 332.79º | 0.85% | 0.79% | - |
| XYZ | 27.53 | 14.57 | 15.55 | - |
| YUV | 90.32 | 137.98 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 30 | 108 | 0 | 0.85 | 0.47 | 0.21 | 332.79 | 0.74 | 0.45 |
| Hex | CA | 1E | 6C | 0 | 55 | 2F | 15 | 14D | 4A | 2D |
| Octal | 312 | 36 | 154 | 0 | 125 | 57 | 25 | 515 | 112 | 55 |
| Binary | 11001010 | 11110 | 1101100 | 0 | 1010101 | 101111 | 10101 | 101001101 | 1001010 | 101101 |
Color Harmonies of #CA1E6C
Complementary color
Monochromatic Colors of #CA1E6C
Black with #CA1E6C
Text Example
Text Example
White with #CA1E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1E6C; }
p { color: rgb(202,30,108); }
H1.HeaderClassName
{
color: #CA1E6C;
}
.AnyTagClassName
{
color: #CA1E6C;
}
</style>
background-color css
<style>
a { background-color: #CA1E6C; }
a { background-color: rgb(202,30,108); }
div.DivClassName
{
background-color: #CA1E6C;
}
.BgClassName
{
background-color: #CA1E6C;
}
</style>
border-color css
<style>
span { border-color: #CA1E6C; }
span { border-color: rgb(202,30,108); }
td.TdClassName
{
border-color: #CA1E6C;
}
.TagClassName
{
border-color: #CA1E6C;
}
</style>