Shades of Ruby #CD0B5D
Tints of Ruby #CD0B5D
RGB
CMYK
RGB Variations
Color information
#CD0B5D (or 0xCD0B5D) is known color: Ruby. HEX triplet: CD, 0B and 5D. RGB value is (205,11,93). Sum of RGB (Red+Green+Blue) = 205+11+93=309 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.34% from 309); Green value is 11 (4.69% from 255 or 3.56% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0B5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0B5D is #32F4A2. Grayscale: #4E4E4E. Windows color (decimal): -3339427 or 6097869. OLE color: 6097869.
HSL color Cylindrical-coordinate representation of color #CD0B5D: hue angle of 334.64º degrees, saturation: 0.9, 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 #CD0B5D is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 11 | 93 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.20 |
| HSL | 334.64º | 0.9% | 0.42% | - |
| HSV(B) | 334.64º | 0.95% | 0.8% | - |
| XYZ | 27.27 | 14.01 | 11.62 | - |
| YUV | 78.35 | 136.27 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 11 | 93 | 0 | 0.95 | 0.55 | 0.20 | 334.64 | 0.9 | 0.42 |
| Hex | CD | B | 5D | 0 | 5F | 37 | 14 | 14F | 5A | 2A |
| Octal | 315 | 13 | 135 | 0 | 137 | 67 | 24 | 517 | 132 | 52 |
| Binary | 11001101 | 1011 | 1011101 | 0 | 1011111 | 110111 | 10100 | 101001111 | 1011010 | 101010 |
Color Harmonies of #CD0B5D
Complementary color
Monochromatic Colors of #CD0B5D
Black with #CD0B5D
Text Example
Text Example
White with #CD0B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0B5D; }
p { color: rgb(205,11,93); }
H1.HeaderClassName
{
color: #CD0B5D;
}
.AnyTagClassName
{
color: #CD0B5D;
}
</style>
background-color css
<style>
a { background-color: #CD0B5D; }
a { background-color: rgb(205,11,93); }
div.DivClassName
{
background-color: #CD0B5D;
}
.BgClassName
{
background-color: #CD0B5D;
}
</style>
border-color css
<style>
span { border-color: #CD0B5D; }
span { border-color: rgb(205,11,93); }
td.TdClassName
{
border-color: #CD0B5D;
}
.TagClassName
{
border-color: #CD0B5D;
}
</style>