Shades of Ruby #CD0B5A
Tints of Ruby #CD0B5A
RGB
CMYK
RGB Variations
Color information
#CD0B5A (or 0xCD0B5A) is known color: Ruby. HEX triplet: CD, 0B and 5A. RGB value is (205,11,90). Sum of RGB (Red+Green+Blue) = 205+11+90=306 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.99% from 306); Green value is 11 (4.69% from 255 or 3.59% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0B5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0B5A is #32F4A5. Grayscale: #4D4D4D. Windows color (decimal): -3339430 or 5901261. OLE color: 5901261.
HSL color Cylindrical-coordinate representation of color #CD0B5A: hue angle of 335.57º 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 #CD0B5A is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 11 | 90 | - |
| CMYK | 0 | 0.95 | 0.56 | 0.20 |
| HSL | 335.57º | 0.9% | 0.42% | - |
| HSV(B) | 335.57º | 0.95% | 0.8% | - |
| XYZ | 27.14 | 13.96 | 10.94 | - |
| YUV | 78.01 | 134.77 | 218.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 11 | 90 | 0 | 0.95 | 0.56 | 0.20 | 335.57 | 0.9 | 0.42 |
| Hex | CD | B | 5A | 0 | 5F | 38 | 14 | 150 | 5A | 2A |
| Octal | 315 | 13 | 132 | 0 | 137 | 70 | 24 | 520 | 132 | 52 |
| Binary | 11001101 | 1011 | 1011010 | 0 | 1011111 | 111000 | 10100 | 101010000 | 1011010 | 101010 |
Color Harmonies of #CD0B5A
Complementary color
Monochromatic Colors of #CD0B5A
Black with #CD0B5A
Text Example
Text Example
White with #CD0B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0B5A; }
p { color: rgb(205,11,90); }
H1.HeaderClassName
{
color: #CD0B5A;
}
.AnyTagClassName
{
color: #CD0B5A;
}
</style>
background-color css
<style>
a { background-color: #CD0B5A; }
a { background-color: rgb(205,11,90); }
div.DivClassName
{
background-color: #CD0B5A;
}
.BgClassName
{
background-color: #CD0B5A;
}
</style>
border-color css
<style>
span { border-color: #CD0B5A; }
span { border-color: rgb(205,11,90); }
td.TdClassName
{
border-color: #CD0B5A;
}
.TagClassName
{
border-color: #CD0B5A;
}
</style>