Shades of Ruby #CA026C
Tints of Ruby #CA026C
RGB
CMYK
RGB Variations
Color information
#CA026C (or 0xCA026C) is known color: Ruby. HEX triplet: CA, 02 and 6C. RGB value is (202,2,108). Sum of RGB (Red+Green+Blue) = 202+2+108=312 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.74% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 202 - color contains mainly: red. Hex color #CA026C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA026C is #35FD93. Grayscale: #494949. Windows color (decimal): -3538324 or 7078602. OLE color: 7078602.
HSL color Cylindrical-coordinate representation of color #CA026C: hue angle of 328.2º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA026C is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 2 | 108 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.21 |
| HSL | 328.2º | 0.98% | 0.4% | - |
| HSV(B) | 328.2º | 0.99% | 0.79% | - |
| XYZ | 27.09 | 13.68 | 15.4 | - |
| YUV | 73.88 | 147.26 | 219.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 2 | 108 | 0 | 0.99 | 0.47 | 0.21 | 328.2 | 0.98 | 0.4 |
| Hex | CA | 2 | 6C | 0 | 63 | 2F | 15 | 148 | 62 | 28 |
| Octal | 312 | 2 | 154 | 0 | 143 | 57 | 25 | 510 | 142 | 50 |
| Binary | 11001010 | 10 | 1101100 | 0 | 1100011 | 101111 | 10101 | 101001000 | 1100010 | 101000 |
Color Harmonies of #CA026C
Complementary color
Monochromatic Colors of #CA026C
Black with #CA026C
Text Example
Text Example
White with #CA026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA026C; }
p { color: rgb(202,2,108); }
H1.HeaderClassName
{
color: #CA026C;
}
.AnyTagClassName
{
color: #CA026C;
}
</style>
background-color css
<style>
a { background-color: #CA026C; }
a { background-color: rgb(202,2,108); }
div.DivClassName
{
background-color: #CA026C;
}
.BgClassName
{
background-color: #CA026C;
}
</style>
border-color css
<style>
span { border-color: #CA026C; }
span { border-color: rgb(202,2,108); }
td.TdClassName
{
border-color: #CA026C;
}
.TagClassName
{
border-color: #CA026C;
}
</style>