Shades of Ruby #CD0C56
Tints of Ruby #CD0C56
RGB
CMYK
RGB Variations
Color information
#CD0C56 (or 0xCD0C56) is known color: Ruby. HEX triplet: CD, 0C and 56. RGB value is (205,12,86). Sum of RGB (Red+Green+Blue) = 205+12+86=303 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.66% from 303); Green value is 12 (5.08% from 255 or 3.96% from 303); Blue value is 86 (33.98% from 255 or 28.38% from 303); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0C56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0C56 is #32F3A9. Grayscale: #4E4E4E. Windows color (decimal): -3339178 or 5639373. OLE color: 5639373.
HSL color Cylindrical-coordinate representation of color #CD0C56: hue angle of 336.99º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD0C56 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 12 | 86 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.20 |
| HSL | 336.99º | 0.89% | 0.43% | - |
| HSV(B) | 336.99º | 0.94% | 0.8% | - |
| XYZ | 26.99 | 13.91 | 10.07 | - |
| YUV | 78.14 | 132.44 | 218.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 12 | 86 | 0 | 0.94 | 0.58 | 0.20 | 336.99 | 0.89 | 0.43 |
| Hex | CD | C | 56 | 0 | 5E | 3A | 14 | 151 | 59 | 2B |
| Octal | 315 | 14 | 126 | 0 | 136 | 72 | 24 | 521 | 131 | 53 |
| Binary | 11001101 | 1100 | 1010110 | 0 | 1011110 | 111010 | 10100 | 101010001 | 1011001 | 101011 |
Color Harmonies of #CD0C56
Complementary color
Monochromatic Colors of #CD0C56
Black with #CD0C56
Text Example
Text Example
White with #CD0C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0C56; }
p { color: rgb(205,12,86); }
H1.HeaderClassName
{
color: #CD0C56;
}
.AnyTagClassName
{
color: #CD0C56;
}
</style>
background-color css
<style>
a { background-color: #CD0C56; }
a { background-color: rgb(205,12,86); }
div.DivClassName
{
background-color: #CD0C56;
}
.BgClassName
{
background-color: #CD0C56;
}
</style>
border-color css
<style>
span { border-color: #CD0C56; }
span { border-color: rgb(205,12,86); }
td.TdClassName
{
border-color: #CD0C56;
}
.TagClassName
{
border-color: #CD0C56;
}
</style>