Shades of Ruby #CD0C5A
Tints of Ruby #CD0C5A
RGB
CMYK
RGB Variations
Color information
#CD0C5A (or 0xCD0C5A) is known color: Ruby. HEX triplet: CD, 0C and 5A. RGB value is (205,12,90). Sum of RGB (Red+Green+Blue) = 205+12+90=307 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.78% from 307); Green value is 12 (5.08% from 255 or 3.91% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0C5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0C5A is #32F3A5. Grayscale: #4E4E4E. Windows color (decimal): -3339174 or 5901517. OLE color: 5901517.
HSL color Cylindrical-coordinate representation of color #CD0C5A: hue angle of 335.75º 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 #CD0C5A is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 12 | 90 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.20 |
| HSL | 335.75º | 0.89% | 0.43% | - |
| HSV(B) | 335.75º | 0.94% | 0.8% | - |
| XYZ | 27.15 | 13.98 | 10.94 | - |
| YUV | 78.6 | 134.44 | 218.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 12 | 90 | 0 | 0.94 | 0.56 | 0.20 | 335.75 | 0.89 | 0.43 |
| Hex | CD | C | 5A | 0 | 5E | 38 | 14 | 150 | 59 | 2B |
| Octal | 315 | 14 | 132 | 0 | 136 | 70 | 24 | 520 | 131 | 53 |
| Binary | 11001101 | 1100 | 1011010 | 0 | 1011110 | 111000 | 10100 | 101010000 | 1011001 | 101011 |
Color Harmonies of #CD0C5A
Complementary color
Monochromatic Colors of #CD0C5A
Black with #CD0C5A
Text Example
Text Example
White with #CD0C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0C5A; }
p { color: rgb(205,12,90); }
H1.HeaderClassName
{
color: #CD0C5A;
}
.AnyTagClassName
{
color: #CD0C5A;
}
</style>
background-color css
<style>
a { background-color: #CD0C5A; }
a { background-color: rgb(205,12,90); }
div.DivClassName
{
background-color: #CD0C5A;
}
.BgClassName
{
background-color: #CD0C5A;
}
</style>
border-color css
<style>
span { border-color: #CD0C5A; }
span { border-color: rgb(205,12,90); }
td.TdClassName
{
border-color: #CD0C5A;
}
.TagClassName
{
border-color: #CD0C5A;
}
</style>