Shades of Ruby #CA076C
Tints of Ruby #CA076C
RGB
CMYK
RGB Variations
Color information
#CA076C (or 0xCA076C) is known color: Ruby. HEX triplet: CA, 07 and 6C. RGB value is (202,7,108). Sum of RGB (Red+Green+Blue) = 202+7+108=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 7 (3.12% from 255 or 2.21% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA076C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA076C is #35F893. Grayscale: #4C4C4C. Windows color (decimal): -3537044 or 7079882. OLE color: 7079882.
HSL color Cylindrical-coordinate representation of color #CA076C: hue angle of 328.92º degrees, saturation: 0.93, 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 #CA076C is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 7 | 108 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.21 |
| HSL | 328.92º | 0.93% | 0.41% | - |
| HSV(B) | 328.92º | 0.97% | 0.79% | - |
| XYZ | 27.14 | 13.79 | 15.42 | - |
| YUV | 76.82 | 145.6 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 108 | 0 | 0.97 | 0.47 | 0.21 | 328.92 | 0.93 | 0.41 |
| Hex | CA | 7 | 6C | 0 | 61 | 2F | 15 | 149 | 5D | 29 |
| Octal | 312 | 7 | 154 | 0 | 141 | 57 | 25 | 511 | 135 | 51 |
| Binary | 11001010 | 111 | 1101100 | 0 | 1100001 | 101111 | 10101 | 101001001 | 1011101 | 101001 |
Color Harmonies of #CA076C
Complementary color
Monochromatic Colors of #CA076C
Black with #CA076C
Text Example
Text Example
White with #CA076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA076C; }
p { color: rgb(202,7,108); }
H1.HeaderClassName
{
color: #CA076C;
}
.AnyTagClassName
{
color: #CA076C;
}
</style>
background-color css
<style>
a { background-color: #CA076C; }
a { background-color: rgb(202,7,108); }
div.DivClassName
{
background-color: #CA076C;
}
.BgClassName
{
background-color: #CA076C;
}
</style>
border-color css
<style>
span { border-color: #CA076C; }
span { border-color: rgb(202,7,108); }
td.TdClassName
{
border-color: #CA076C;
}
.TagClassName
{
border-color: #CA076C;
}
</style>