Shades of Ruby #CD0065
Tints of Ruby #CD0065
RGB
CMYK
RGB Variations
Color information
#CD0065 (or 0xCD0065) is known color: Ruby. HEX triplet: CD, 00 and 65. RGB value is (205,0,101). Sum of RGB (Red+Green+Blue) = 205+0+101=306 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.99% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0065 is #32FF9A. Grayscale: #484848. Windows color (decimal): -3342235 or 6619341. OLE color: 6619341.
HSL color Cylindrical-coordinate representation of color #CD0065: hue angle of 330.44º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD0065 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 0 | 101 | - |
| CMYK | 0 | 1 | 0.51 | 0.20 |
| HSL | 330.44º | 1% | 0.4% | - |
| HSV(B) | 330.44º | 1% | 0.8% | - |
| XYZ | 27.53 | 13.92 | 13.55 | - |
| YUV | 72.81 | 143.92 | 222.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 101 | 0 | 1 | 0.51 | 0.20 | 330.44 | 1 | 0.4 |
| Hex | CD | 0 | 65 | 0 | 64 | 33 | 14 | 14A | 64 | 28 |
| Octal | 315 | 0 | 145 | 0 | 144 | 63 | 24 | 512 | 144 | 50 |
| Binary | 11001101 | 0 | 1100101 | 0 | 1100100 | 110011 | 10100 | 101001010 | 1100100 | 101000 |
Color Harmonies of #CD0065
Complementary color
Monochromatic Colors of #CD0065
Black with #CD0065
Text Example
Text Example
White with #CD0065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0065; }
p { color: rgb(205,0,101); }
H1.HeaderClassName
{
color: #CD0065;
}
.AnyTagClassName
{
color: #CD0065;
}
</style>
background-color css
<style>
a { background-color: #CD0065; }
a { background-color: rgb(205,0,101); }
div.DivClassName
{
background-color: #CD0065;
}
.BgClassName
{
background-color: #CD0065;
}
</style>
border-color css
<style>
span { border-color: #CD0065; }
span { border-color: rgb(205,0,101); }
td.TdClassName
{
border-color: #CD0065;
}
.TagClassName
{
border-color: #CD0065;
}
</style>