Shades of Ruby #CD0B5B
Tints of Ruby #CD0B5B
RGB
CMYK
RGB Variations
Color information
#CD0B5B (or 0xCD0B5B) is known color: Ruby. HEX triplet: CD, 0B and 5B. RGB value is (205,11,91). Sum of RGB (Red+Green+Blue) = 205+11+91=307 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.78% from 307); Green value is 11 (4.69% from 255 or 3.58% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0B5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0B5B is #32F4A4. Grayscale: #4E4E4E. Windows color (decimal): -3339429 or 5966797. OLE color: 5966797.
HSL color Cylindrical-coordinate representation of color #CD0B5B: hue angle of 335.26º 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 #CD0B5B is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 11 | 91 | - |
| CMYK | 0 | 0.95 | 0.56 | 0.20 |
| HSL | 335.26º | 0.9% | 0.42% | - |
| HSV(B) | 335.26º | 0.95% | 0.8% | - |
| XYZ | 27.18 | 13.97 | 11.16 | - |
| YUV | 78.13 | 135.27 | 218.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 11 | 91 | 0 | 0.95 | 0.56 | 0.20 | 335.26 | 0.9 | 0.42 |
| Hex | CD | B | 5B | 0 | 5F | 38 | 14 | 14F | 5A | 2A |
| Octal | 315 | 13 | 133 | 0 | 137 | 70 | 24 | 517 | 132 | 52 |
| Binary | 11001101 | 1011 | 1011011 | 0 | 1011111 | 111000 | 10100 | 101001111 | 1011010 | 101010 |
Color Harmonies of #CD0B5B
Complementary color
Monochromatic Colors of #CD0B5B
Black with #CD0B5B
Text Example
Text Example
White with #CD0B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0B5B; }
p { color: rgb(205,11,91); }
H1.HeaderClassName
{
color: #CD0B5B;
}
.AnyTagClassName
{
color: #CD0B5B;
}
</style>
background-color css
<style>
a { background-color: #CD0B5B; }
a { background-color: rgb(205,11,91); }
div.DivClassName
{
background-color: #CD0B5B;
}
.BgClassName
{
background-color: #CD0B5B;
}
</style>
border-color css
<style>
span { border-color: #CD0B5B; }
span { border-color: rgb(205,11,91); }
td.TdClassName
{
border-color: #CD0B5B;
}
.TagClassName
{
border-color: #CD0B5B;
}
</style>