Shades of Ruby #CE0560
Tints of Ruby #CE0560
RGB
CMYK
RGB Variations
Color information
#CE0560 (or 0xCE0560) is known color: Ruby. HEX triplet: CE, 05 and 60. RGB value is (206,5,96). Sum of RGB (Red+Green+Blue) = 206+5+96=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0560 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0560 is #31FA9F. Grayscale: #4B4B4B. Windows color (decimal): -3275424 or 6292942. OLE color: 6292942.
HSL color Cylindrical-coordinate representation of color #CE0560: hue angle of 332.84º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE0560 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 5 | 96 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.19 |
| HSL | 332.84º | 0.95% | 0.41% | - |
| HSV(B) | 332.84º | 0.98% | 0.81% | - |
| XYZ | 27.62 | 14.07 | 12.33 | - |
| YUV | 75.47 | 139.59 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 96 | 0 | 0.98 | 0.53 | 0.19 | 332.84 | 0.95 | 0.41 |
| Hex | CE | 5 | 60 | 0 | 62 | 35 | 13 | 14D | 5F | 29 |
| Octal | 316 | 5 | 140 | 0 | 142 | 65 | 23 | 515 | 137 | 51 |
| Binary | 11001110 | 101 | 1100000 | 0 | 1100010 | 110101 | 10011 | 101001101 | 1011111 | 101001 |
Color Harmonies of #CE0560
Complementary color
Monochromatic Colors of #CE0560
Black with #CE0560
Text Example
Text Example
White with #CE0560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0560; }
p { color: rgb(206,5,96); }
H1.HeaderClassName
{
color: #CE0560;
}
.AnyTagClassName
{
color: #CE0560;
}
</style>
background-color css
<style>
a { background-color: #CE0560; }
a { background-color: rgb(206,5,96); }
div.DivClassName
{
background-color: #CE0560;
}
.BgClassName
{
background-color: #CE0560;
}
</style>
border-color css
<style>
span { border-color: #CE0560; }
span { border-color: rgb(206,5,96); }
td.TdClassName
{
border-color: #CE0560;
}
.TagClassName
{
border-color: #CE0560;
}
</style>