Shades of Ruby #CD0A54
Tints of Ruby #CD0A54
RGB
CMYK
RGB Variations
Color information
#CD0A54 (or 0xCD0A54) is known color: Ruby. HEX triplet: CD, 0A and 54. RGB value is (205,10,84). Sum of RGB (Red+Green+Blue) = 205+10+84=299 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.56% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 84 (33.20% from 255 or 28.09% from 299); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0A54 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0A54 is #32F5AB. Grayscale: #4C4C4C. Windows color (decimal): -3339692 or 5507789. OLE color: 5507789.
HSL color Cylindrical-coordinate representation of color #CD0A54: hue angle of 337.23º 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 #CD0A54 is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 10 | 84 | - |
| CMYK | 0 | 0.95 | 0.59 | 0.20 |
| HSL | 337.23º | 0.91% | 0.42% | - |
| HSV(B) | 337.23º | 0.95% | 0.8% | - |
| XYZ | 26.89 | 13.84 | 9.64 | - |
| YUV | 76.74 | 132.1 | 219.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 10 | 84 | 0 | 0.95 | 0.59 | 0.20 | 337.23 | 0.91 | 0.42 |
| Hex | CD | A | 54 | 0 | 5F | 3B | 14 | 151 | 5B | 2A |
| Octal | 315 | 12 | 124 | 0 | 137 | 73 | 24 | 521 | 133 | 52 |
| Binary | 11001101 | 1010 | 1010100 | 0 | 1011111 | 111011 | 10100 | 101010001 | 1011011 | 101010 |
Color Harmonies of #CD0A54
Complementary color
Monochromatic Colors of #CD0A54
Black with #CD0A54
Text Example
Text Example
White with #CD0A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0A54; }
p { color: rgb(205,10,84); }
H1.HeaderClassName
{
color: #CD0A54;
}
.AnyTagClassName
{
color: #CD0A54;
}
</style>
background-color css
<style>
a { background-color: #CD0A54; }
a { background-color: rgb(205,10,84); }
div.DivClassName
{
background-color: #CD0A54;
}
.BgClassName
{
background-color: #CD0A54;
}
</style>
border-color css
<style>
span { border-color: #CD0A54; }
span { border-color: rgb(205,10,84); }
td.TdClassName
{
border-color: #CD0A54;
}
.TagClassName
{
border-color: #CD0A54;
}
</style>