Shades of Ruby #CA056B
Tints of Ruby #CA056B
RGB
CMYK
RGB Variations
Color information
#CA056B (or 0xCA056B) is known color: Ruby. HEX triplet: CA, 05 and 6B. RGB value is (202,5,107). Sum of RGB (Red+Green+Blue) = 202+5+107=314 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.33% from 314); Green value is 5 (2.34% from 255 or 1.59% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 202 - color contains mainly: red. Hex color #CA056B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA056B is #35FA94. Grayscale: #4B4B4B. Windows color (decimal): -3537557 or 7013834. OLE color: 7013834.
HSL color Cylindrical-coordinate representation of color #CA056B: hue angle of 328.93º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA056B is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 5 | 107 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.21 |
| HSL | 328.93º | 0.95% | 0.41% | - |
| HSV(B) | 328.93º | 0.98% | 0.79% | - |
| XYZ | 27.07 | 13.73 | 15.13 | - |
| YUV | 75.53 | 145.77 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 5 | 107 | 0 | 0.98 | 0.47 | 0.21 | 328.93 | 0.95 | 0.41 |
| Hex | CA | 5 | 6B | 0 | 62 | 2F | 15 | 149 | 5F | 29 |
| Octal | 312 | 5 | 153 | 0 | 142 | 57 | 25 | 511 | 137 | 51 |
| Binary | 11001010 | 101 | 1101011 | 0 | 1100010 | 101111 | 10101 | 101001001 | 1011111 | 101001 |
Color Harmonies of #CA056B
Complementary color
Monochromatic Colors of #CA056B
Black with #CA056B
Text Example
Text Example
White with #CA056B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA056B; }
p { color: rgb(202,5,107); }
H1.HeaderClassName
{
color: #CA056B;
}
.AnyTagClassName
{
color: #CA056B;
}
</style>
background-color css
<style>
a { background-color: #CA056B; }
a { background-color: rgb(202,5,107); }
div.DivClassName
{
background-color: #CA056B;
}
.BgClassName
{
background-color: #CA056B;
}
</style>
border-color css
<style>
span { border-color: #CA056B; }
span { border-color: rgb(202,5,107); }
td.TdClassName
{
border-color: #CA056B;
}
.TagClassName
{
border-color: #CA056B;
}
</style>