Shades of Ruby #CD0B5E
Tints of Ruby #CD0B5E
RGB
CMYK
RGB Variations
Color information
#CD0B5E (or 0xCD0B5E) is known color: Ruby. HEX triplet: CD, 0B and 5E. RGB value is (205,11,94). Sum of RGB (Red+Green+Blue) = 205+11+94=310 (41% of max value = 765). Red value is 205 (80.47% from 255 or 66.13% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0B5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0B5E is #32F4A1. Grayscale: #4E4E4E. Windows color (decimal): -3339426 or 6163405. OLE color: 6163405.
HSL color Cylindrical-coordinate representation of color #CD0B5E: hue angle of 334.33º 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 #CD0B5E is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 11 | 94 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.20 |
| HSL | 334.33º | 0.9% | 0.42% | - |
| HSV(B) | 334.33º | 0.95% | 0.8% | - |
| XYZ | 27.32 | 14.03 | 11.86 | - |
| YUV | 78.47 | 136.77 | 218.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 11 | 94 | 0 | 0.95 | 0.54 | 0.20 | 334.33 | 0.9 | 0.42 |
| Hex | CD | B | 5E | 0 | 5F | 36 | 14 | 14E | 5A | 2A |
| Octal | 315 | 13 | 136 | 0 | 137 | 66 | 24 | 516 | 132 | 52 |
| Binary | 11001101 | 1011 | 1011110 | 0 | 1011111 | 110110 | 10100 | 101001110 | 1011010 | 101010 |
Color Harmonies of #CD0B5E
Complementary color
Monochromatic Colors of #CD0B5E
Black with #CD0B5E
Text Example
Text Example
White with #CD0B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0B5E; }
p { color: rgb(205,11,94); }
H1.HeaderClassName
{
color: #CD0B5E;
}
.AnyTagClassName
{
color: #CD0B5E;
}
</style>
background-color css
<style>
a { background-color: #CD0B5E; }
a { background-color: rgb(205,11,94); }
div.DivClassName
{
background-color: #CD0B5E;
}
.BgClassName
{
background-color: #CD0B5E;
}
</style>
border-color css
<style>
span { border-color: #CD0B5E; }
span { border-color: rgb(205,11,94); }
td.TdClassName
{
border-color: #CD0B5E;
}
.TagClassName
{
border-color: #CD0B5E;
}
</style>