Shades of Ruby #CD0A55
Tints of Ruby #CD0A55
RGB
CMYK
RGB Variations
Color information
#CD0A55 (or 0xCD0A55) is known color: Ruby. HEX triplet: CD, 0A and 55. RGB value is (205,10,85). Sum of RGB (Red+Green+Blue) = 205+10+85=300 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.33% from 300); Green value is 10 (4.30% from 255 or 3.33% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0A55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0A55 is #32F5AA. Grayscale: #4C4C4C. Windows color (decimal): -3339691 or 5573325. OLE color: 5573325.
HSL color Cylindrical-coordinate representation of color #CD0A55: hue angle of 336.92º 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 #CD0A55 is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 10 | 85 | - |
| CMYK | 0 | 0.95 | 0.59 | 0.20 |
| HSL | 336.92º | 0.91% | 0.42% | - |
| HSV(B) | 336.92º | 0.95% | 0.8% | - |
| XYZ | 26.93 | 13.85 | 9.85 | - |
| YUV | 76.86 | 132.6 | 219.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 10 | 85 | 0 | 0.95 | 0.59 | 0.20 | 336.92 | 0.91 | 0.42 |
| Hex | CD | A | 55 | 0 | 5F | 3B | 14 | 151 | 5B | 2A |
| Octal | 315 | 12 | 125 | 0 | 137 | 73 | 24 | 521 | 133 | 52 |
| Binary | 11001101 | 1010 | 1010101 | 0 | 1011111 | 111011 | 10100 | 101010001 | 1011011 | 101010 |
Color Harmonies of #CD0A55
Complementary color
Monochromatic Colors of #CD0A55
Black with #CD0A55
Text Example
Text Example
White with #CD0A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0A55; }
p { color: rgb(205,10,85); }
H1.HeaderClassName
{
color: #CD0A55;
}
.AnyTagClassName
{
color: #CD0A55;
}
</style>
background-color css
<style>
a { background-color: #CD0A55; }
a { background-color: rgb(205,10,85); }
div.DivClassName
{
background-color: #CD0A55;
}
.BgClassName
{
background-color: #CD0A55;
}
</style>
border-color css
<style>
span { border-color: #CD0A55; }
span { border-color: rgb(205,10,85); }
td.TdClassName
{
border-color: #CD0A55;
}
.TagClassName
{
border-color: #CD0A55;
}
</style>