Shades of Ruby #CA066C
Tints of Ruby #CA066C
RGB
CMYK
RGB Variations
Color information
#CA066C (or 0xCA066C) is known color: Ruby. HEX triplet: CA, 06 and 6C. RGB value is (202,6,108). Sum of RGB (Red+Green+Blue) = 202+6+108=316 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.92% from 316); Green value is 6 (2.73% from 255 or 1.90% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 202 - color contains mainly: red. Hex color #CA066C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA066C is #35F993. Grayscale: #4C4C4C. Windows color (decimal): -3537300 or 7079626. OLE color: 7079626.
HSL color Cylindrical-coordinate representation of color #CA066C: hue angle of 328.78º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA066C is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 6 | 108 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.21 |
| HSL | 328.78º | 0.94% | 0.41% | - |
| HSV(B) | 328.78º | 0.97% | 0.79% | - |
| XYZ | 27.13 | 13.77 | 15.42 | - |
| YUV | 76.23 | 145.93 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 6 | 108 | 0 | 0.97 | 0.47 | 0.21 | 328.78 | 0.94 | 0.41 |
| Hex | CA | 6 | 6C | 0 | 61 | 2F | 15 | 149 | 5E | 29 |
| Octal | 312 | 6 | 154 | 0 | 141 | 57 | 25 | 511 | 136 | 51 |
| Binary | 11001010 | 110 | 1101100 | 0 | 1100001 | 101111 | 10101 | 101001001 | 1011110 | 101001 |
Color Harmonies of #CA066C
Complementary color
Monochromatic Colors of #CA066C
Black with #CA066C
Text Example
Text Example
White with #CA066C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA066C; }
p { color: rgb(202,6,108); }
H1.HeaderClassName
{
color: #CA066C;
}
.AnyTagClassName
{
color: #CA066C;
}
</style>
background-color css
<style>
a { background-color: #CA066C; }
a { background-color: rgb(202,6,108); }
div.DivClassName
{
background-color: #CA066C;
}
.BgClassName
{
background-color: #CA066C;
}
</style>
border-color css
<style>
span { border-color: #CA066C; }
span { border-color: rgb(202,6,108); }
td.TdClassName
{
border-color: #CA066C;
}
.TagClassName
{
border-color: #CA066C;
}
</style>