Shades of Ruby #CA0B5E
Tints of Ruby #CA0B5E
RGB
CMYK
RGB Variations
Color information
#CA0B5E (or 0xCA0B5E) is known color: Ruby. HEX triplet: CA, 0B and 5E. RGB value is (202,11,94). Sum of RGB (Red+Green+Blue) = 202+11+94=307 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.80% from 307); Green value is 11 (4.69% from 255 or 3.58% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0B5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0B5E is #35F4A1. Grayscale: #4D4D4D. Windows color (decimal): -3536034 or 6163402. OLE color: 6163402.
HSL color Cylindrical-coordinate representation of color #CA0B5E: hue angle of 333.93º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0B5E is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 11 | 94 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.21 |
| HSL | 333.93º | 0.9% | 0.42% | - |
| HSV(B) | 333.93º | 0.95% | 0.79% | - |
| XYZ | 26.5 | 13.6 | 11.82 | - |
| YUV | 77.57 | 137.28 | 216.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 11 | 94 | 0 | 0.95 | 0.53 | 0.21 | 333.93 | 0.9 | 0.42 |
| Hex | CA | B | 5E | 0 | 5F | 35 | 15 | 14E | 5A | 2A |
| Octal | 312 | 13 | 136 | 0 | 137 | 65 | 25 | 516 | 132 | 52 |
| Binary | 11001010 | 1011 | 1011110 | 0 | 1011111 | 110101 | 10101 | 101001110 | 1011010 | 101010 |
Color Harmonies of #CA0B5E
Complementary color
Monochromatic Colors of #CA0B5E
Black with #CA0B5E
Text Example
Text Example
White with #CA0B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0B5E; }
p { color: rgb(202,11,94); }
H1.HeaderClassName
{
color: #CA0B5E;
}
.AnyTagClassName
{
color: #CA0B5E;
}
</style>
background-color css
<style>
a { background-color: #CA0B5E; }
a { background-color: rgb(202,11,94); }
div.DivClassName
{
background-color: #CA0B5E;
}
.BgClassName
{
background-color: #CA0B5E;
}
</style>
border-color css
<style>
span { border-color: #CA0B5E; }
span { border-color: rgb(202,11,94); }
td.TdClassName
{
border-color: #CA0B5E;
}
.TagClassName
{
border-color: #CA0B5E;
}
</style>