Shades of Ruby #CD0A5E
Tints of Ruby #CD0A5E
RGB
CMYK
RGB Variations
Color information
#CD0A5E (or 0xCD0A5E) is known color: Ruby. HEX triplet: CD, 0A and 5E. RGB value is (205,10,94). Sum of RGB (Red+Green+Blue) = 205+10+94=309 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.34% from 309); Green value is 10 (4.30% from 255 or 3.24% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0A5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0A5E is #32F5A1. Grayscale: #4D4D4D. Windows color (decimal): -3339682 or 6163149. OLE color: 6163149.
HSL color Cylindrical-coordinate representation of color #CD0A5E: hue angle of 334.15º 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 #CD0A5E is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 10 | 94 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.20 |
| HSL | 334.15º | 0.91% | 0.42% | - |
| HSV(B) | 334.15º | 0.95% | 0.8% | - |
| XYZ | 27.31 | 14 | 11.85 | - |
| YUV | 77.88 | 137.1 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 10 | 94 | 0 | 0.95 | 0.54 | 0.20 | 334.15 | 0.91 | 0.42 |
| Hex | CD | A | 5E | 0 | 5F | 36 | 14 | 14E | 5B | 2A |
| Octal | 315 | 12 | 136 | 0 | 137 | 66 | 24 | 516 | 133 | 52 |
| Binary | 11001101 | 1010 | 1011110 | 0 | 1011111 | 110110 | 10100 | 101001110 | 1011011 | 101010 |
Color Harmonies of #CD0A5E
Complementary color
Monochromatic Colors of #CD0A5E
Black with #CD0A5E
Text Example
Text Example
White with #CD0A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0A5E; }
p { color: rgb(205,10,94); }
H1.HeaderClassName
{
color: #CD0A5E;
}
.AnyTagClassName
{
color: #CD0A5E;
}
</style>
background-color css
<style>
a { background-color: #CD0A5E; }
a { background-color: rgb(205,10,94); }
div.DivClassName
{
background-color: #CD0A5E;
}
.BgClassName
{
background-color: #CD0A5E;
}
</style>
border-color css
<style>
span { border-color: #CD0A5E; }
span { border-color: rgb(205,10,94); }
td.TdClassName
{
border-color: #CD0A5E;
}
.TagClassName
{
border-color: #CD0A5E;
}
</style>