Shades of Ruby #CD0A52
Tints of Ruby #CD0A52
RGB
CMYK
RGB Variations
Color information
#CD0A52 (or 0xCD0A52) is known color: Ruby. HEX triplet: CD, 0A and 52. RGB value is (205,10,82). Sum of RGB (Red+Green+Blue) = 205+10+82=297 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.02% from 297); Green value is 10 (4.30% from 255 or 3.37% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0A52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0A52 is #32F5AD. Grayscale: #4C4C4C. Windows color (decimal): -3339694 or 5376717. OLE color: 5376717.
HSL color Cylindrical-coordinate representation of color #CD0A52: hue angle of 337.85º 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 #CD0A52 is Cyan = 0, Magento = 0.95, Yellow = 0.6 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 10 | 82 | - |
| CMYK | 0 | 0.95 | 0.6 | 0.20 |
| HSL | 337.85º | 0.91% | 0.42% | - |
| HSV(B) | 337.85º | 0.95% | 0.8% | - |
| XYZ | 26.81 | 13.81 | 9.23 | - |
| YUV | 76.51 | 131.1 | 219.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 10 | 82 | 0 | 0.95 | 0.6 | 0.20 | 337.85 | 0.91 | 0.42 |
| Hex | CD | A | 52 | 0 | 5F | 3C | 14 | 152 | 5B | 2A |
| Octal | 315 | 12 | 122 | 0 | 137 | 74 | 24 | 522 | 133 | 52 |
| Binary | 11001101 | 1010 | 1010010 | 0 | 1011111 | 111100 | 10100 | 101010010 | 1011011 | 101010 |
Color Harmonies of #CD0A52
Complementary color
Monochromatic Colors of #CD0A52
Black with #CD0A52
Text Example
Text Example
White with #CD0A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0A52; }
p { color: rgb(205,10,82); }
H1.HeaderClassName
{
color: #CD0A52;
}
.AnyTagClassName
{
color: #CD0A52;
}
</style>
background-color css
<style>
a { background-color: #CD0A52; }
a { background-color: rgb(205,10,82); }
div.DivClassName
{
background-color: #CD0A52;
}
.BgClassName
{
background-color: #CD0A52;
}
</style>
border-color css
<style>
span { border-color: #CD0A52; }
span { border-color: rgb(205,10,82); }
td.TdClassName
{
border-color: #CD0A52;
}
.TagClassName
{
border-color: #CD0A52;
}
</style>