Shades of Ruby #CD0A56
Tints of Ruby #CD0A56
RGB
CMYK
RGB Variations
Color information
#CD0A56 (or 0xCD0A56) is known color: Ruby. HEX triplet: CD, 0A and 56. RGB value is (205,10,86). Sum of RGB (Red+Green+Blue) = 205+10+86=301 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.11% from 301); Green value is 10 (4.30% from 255 or 3.32% from 301); Blue value is 86 (33.98% from 255 or 28.57% from 301); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0A56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0A56 is #32F5A9. Grayscale: #4C4C4C. Windows color (decimal): -3339690 or 5638861. OLE color: 5638861.
HSL color Cylindrical-coordinate representation of color #CD0A56: hue angle of 336.62º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD0A56 is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 10 | 86 | - |
| CMYK | 0 | 0.95 | 0.58 | 0.20 |
| HSL | 336.62º | 0.91% | 0.42% | - |
| HSV(B) | 336.62º | 0.95% | 0.8% | - |
| XYZ | 26.97 | 13.87 | 10.06 | - |
| YUV | 76.97 | 133.1 | 219.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 10 | 86 | 0 | 0.95 | 0.58 | 0.20 | 336.62 | 0.91 | 0.42 |
| Hex | CD | A | 56 | 0 | 5F | 3A | 14 | 151 | 5B | 2A |
| Octal | 315 | 12 | 126 | 0 | 137 | 72 | 24 | 521 | 133 | 52 |
| Binary | 11001101 | 1010 | 1010110 | 0 | 1011111 | 111010 | 10100 | 101010001 | 1011011 | 101010 |
Color Harmonies of #CD0A56
Complementary color
Monochromatic Colors of #CD0A56
Black with #CD0A56
Text Example
Text Example
White with #CD0A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0A56; }
p { color: rgb(205,10,86); }
H1.HeaderClassName
{
color: #CD0A56;
}
.AnyTagClassName
{
color: #CD0A56;
}
</style>
background-color css
<style>
a { background-color: #CD0A56; }
a { background-color: rgb(205,10,86); }
div.DivClassName
{
background-color: #CD0A56;
}
.BgClassName
{
background-color: #CD0A56;
}
</style>
border-color css
<style>
span { border-color: #CD0A56; }
span { border-color: rgb(205,10,86); }
td.TdClassName
{
border-color: #CD0A56;
}
.TagClassName
{
border-color: #CD0A56;
}
</style>