Shades of Ruby #CA0B68
Tints of Ruby #CA0B68
RGB
CMYK
RGB Variations
Color information
#CA0B68 (or 0xCA0B68) is known color: Ruby. HEX triplet: CA, 0B and 68. RGB value is (202,11,104). Sum of RGB (Red+Green+Blue) = 202+11+104=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 11 (4.69% from 255 or 3.47% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0B68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0B68 is #35F497. Grayscale: #4E4E4E. Windows color (decimal): -3536024 or 6818762. OLE color: 6818762.
HSL color Cylindrical-coordinate representation of color #CA0B68: hue angle of 330.79º 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 #CA0B68 is Cyan = 0, Magento = 0.95, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 11 | 104 | - |
| CMYK | 0 | 0.95 | 0.49 | 0.21 |
| HSL | 330.79º | 0.9% | 0.42% | - |
| HSV(B) | 330.79º | 0.95% | 0.79% | - |
| XYZ | 26.98 | 13.8 | 14.34 | - |
| YUV | 78.71 | 142.28 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 11 | 104 | 0 | 0.95 | 0.49 | 0.21 | 330.79 | 0.9 | 0.42 |
| Hex | CA | B | 68 | 0 | 5F | 31 | 15 | 14B | 5A | 2A |
| Octal | 312 | 13 | 150 | 0 | 137 | 61 | 25 | 513 | 132 | 52 |
| Binary | 11001010 | 1011 | 1101000 | 0 | 1011111 | 110001 | 10101 | 101001011 | 1011010 | 101010 |
Color Harmonies of #CA0B68
Complementary color
Monochromatic Colors of #CA0B68
Black with #CA0B68
Text Example
Text Example
White with #CA0B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0B68; }
p { color: rgb(202,11,104); }
H1.HeaderClassName
{
color: #CA0B68;
}
.AnyTagClassName
{
color: #CA0B68;
}
</style>
background-color css
<style>
a { background-color: #CA0B68; }
a { background-color: rgb(202,11,104); }
div.DivClassName
{
background-color: #CA0B68;
}
.BgClassName
{
background-color: #CA0B68;
}
</style>
border-color css
<style>
span { border-color: #CA0B68; }
span { border-color: rgb(202,11,104); }
td.TdClassName
{
border-color: #CA0B68;
}
.TagClassName
{
border-color: #CA0B68;
}
</style>