Shades of Ruby #CA006C
Tints of Ruby #CA006C
RGB
CMYK
RGB Variations
Color information
#CA006C (or 0xCA006C) is known color: Ruby. HEX triplet: CA, 00 and 6C. RGB value is (202,0,108). Sum of RGB (Red+Green+Blue) = 202+0+108=310 (41% of max value = 765). Red value is 202 (79.30% from 255 or 65.16% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 202 - color contains mainly: red. Hex color #CA006C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA006C is #35FF93. Grayscale: #484848. Windows color (decimal): -3538836 or 7078090. OLE color: 7078090.
HSL color Cylindrical-coordinate representation of color #CA006C: hue angle of 327.92º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA006C is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.47 | 0.21 |
| HSL | 327.92º | 1% | 0.4% | - |
| HSV(B) | 327.92º | 1% | 0.79% | - |
| XYZ | 27.06 | 13.64 | 15.39 | - |
| YUV | 72.71 | 147.92 | 220.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 108 | 0 | 1 | 0.47 | 0.21 | 327.92 | 1 | 0.4 |
| Hex | CA | 0 | 6C | 0 | 64 | 2F | 15 | 148 | 64 | 28 |
| Octal | 312 | 0 | 154 | 0 | 144 | 57 | 25 | 510 | 144 | 50 |
| Binary | 11001010 | 0 | 1101100 | 0 | 1100100 | 101111 | 10101 | 101001000 | 1100100 | 101000 |
Color Harmonies of #CA006C
Complementary color
Monochromatic Colors of #CA006C
Black with #CA006C
Text Example
Text Example
White with #CA006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA006C; }
p { color: rgb(202,0,108); }
H1.HeaderClassName
{
color: #CA006C;
}
.AnyTagClassName
{
color: #CA006C;
}
</style>
background-color css
<style>
a { background-color: #CA006C; }
a { background-color: rgb(202,0,108); }
div.DivClassName
{
background-color: #CA006C;
}
.BgClassName
{
background-color: #CA006C;
}
</style>
border-color css
<style>
span { border-color: #CA006C; }
span { border-color: rgb(202,0,108); }
td.TdClassName
{
border-color: #CA006C;
}
.TagClassName
{
border-color: #CA006C;
}
</style>