Shades of Ruby #CA076B
Tints of Ruby #CA076B
RGB
CMYK
RGB Variations
Color information
#CA076B (or 0xCA076B) is known color: Ruby. HEX triplet: CA, 07 and 6B. RGB value is (202,7,107). Sum of RGB (Red+Green+Blue) = 202+7+107=316 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.92% from 316); Green value is 7 (3.12% from 255 or 2.22% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 202 - color contains mainly: red. Hex color #CA076B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA076B is #35F894. Grayscale: #4C4C4C. Windows color (decimal): -3537045 or 7014346. OLE color: 7014346.
HSL color Cylindrical-coordinate representation of color #CA076B: hue angle of 329.23º 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 #CA076B is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 7 | 107 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.21 |
| HSL | 329.23º | 0.93% | 0.41% | - |
| HSV(B) | 329.23º | 0.97% | 0.79% | - |
| XYZ | 27.09 | 13.77 | 15.14 | - |
| YUV | 76.71 | 145.1 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 107 | 0 | 0.97 | 0.47 | 0.21 | 329.23 | 0.93 | 0.41 |
| Hex | CA | 7 | 6B | 0 | 61 | 2F | 15 | 149 | 5D | 29 |
| Octal | 312 | 7 | 153 | 0 | 141 | 57 | 25 | 511 | 135 | 51 |
| Binary | 11001010 | 111 | 1101011 | 0 | 1100001 | 101111 | 10101 | 101001001 | 1011101 | 101001 |
Color Harmonies of #CA076B
Complementary color
Monochromatic Colors of #CA076B
Black with #CA076B
Text Example
Text Example
White with #CA076B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA076B; }
p { color: rgb(202,7,107); }
H1.HeaderClassName
{
color: #CA076B;
}
.AnyTagClassName
{
color: #CA076B;
}
</style>
background-color css
<style>
a { background-color: #CA076B; }
a { background-color: rgb(202,7,107); }
div.DivClassName
{
background-color: #CA076B;
}
.BgClassName
{
background-color: #CA076B;
}
</style>
border-color css
<style>
span { border-color: #CA076B; }
span { border-color: rgb(202,7,107); }
td.TdClassName
{
border-color: #CA076B;
}
.TagClassName
{
border-color: #CA076B;
}
</style>