Shades of Ruby #CA145C
Tints of Ruby #CA145C
RGB
CMYK
RGB Variations
Color information
#CA145C (or 0xCA145C) is known color: Ruby. HEX triplet: CA, 14 and 5C. RGB value is (202,20,92). Sum of RGB (Red+Green+Blue) = 202+20+92=314 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.33% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 202 - color contains mainly: red. Hex color #CA145C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA145C is #35EBA3. Grayscale: #525252. Windows color (decimal): -3533732 or 6034634. OLE color: 6034634.
HSL color Cylindrical-coordinate representation of color #CA145C: hue angle of 336.26º 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 #CA145C is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 20 | 92 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.21 |
| HSL | 336.26º | 0.82% | 0.44% | - |
| HSV(B) | 336.26º | 0.9% | 0.79% | - |
| XYZ | 26.54 | 13.83 | 11.4 | - |
| YUV | 82.63 | 133.3 | 213.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 92 | 0 | 0.90 | 0.54 | 0.21 | 336.26 | 0.82 | 0.44 |
| Hex | CA | 14 | 5C | 0 | 5A | 36 | 15 | 150 | 52 | 2C |
| Octal | 312 | 24 | 134 | 0 | 132 | 66 | 25 | 520 | 122 | 54 |
| Binary | 11001010 | 10100 | 1011100 | 0 | 1011010 | 110110 | 10101 | 101010000 | 1010010 | 101100 |
Color Harmonies of #CA145C
Complementary color
Monochromatic Colors of #CA145C
Black with #CA145C
Text Example
Text Example
White with #CA145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA145C; }
p { color: rgb(202,20,92); }
H1.HeaderClassName
{
color: #CA145C;
}
.AnyTagClassName
{
color: #CA145C;
}
</style>
background-color css
<style>
a { background-color: #CA145C; }
a { background-color: rgb(202,20,92); }
div.DivClassName
{
background-color: #CA145C;
}
.BgClassName
{
background-color: #CA145C;
}
</style>
border-color css
<style>
span { border-color: #CA145C; }
span { border-color: rgb(202,20,92); }
td.TdClassName
{
border-color: #CA145C;
}
.TagClassName
{
border-color: #CA145C;
}
</style>