Shades of Ruby #CD0764
Tints of Ruby #CD0764
RGB
CMYK
RGB Variations
Color information
#CD0764 (or 0xCD0764) is known color: Ruby. HEX triplet: CD, 07 and 64. RGB value is (205,7,100). Sum of RGB (Red+Green+Blue) = 205+7+100=312 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.71% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0764 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0764 is #32F89B. Grayscale: #4C4C4C. Windows color (decimal): -3340444 or 6555597. OLE color: 6555597.
HSL color Cylindrical-coordinate representation of color #CD0764: hue angle of 331.82º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CD0764 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 7 | 100 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.20 |
| HSL | 331.82º | 0.93% | 0.42% | - |
| HSV(B) | 331.82º | 0.97% | 0.8% | - |
| XYZ | 27.55 | 14.05 | 13.32 | - |
| YUV | 76.8 | 141.1 | 219.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 7 | 100 | 0 | 0.97 | 0.51 | 0.20 | 331.82 | 0.93 | 0.42 |
| Hex | CD | 7 | 64 | 0 | 61 | 33 | 14 | 14C | 5D | 2A |
| Octal | 315 | 7 | 144 | 0 | 141 | 63 | 24 | 514 | 135 | 52 |
| Binary | 11001101 | 111 | 1100100 | 0 | 1100001 | 110011 | 10100 | 101001100 | 1011101 | 101010 |
Color Harmonies of #CD0764
Complementary color
Monochromatic Colors of #CD0764
Black with #CD0764
Text Example
Text Example
White with #CD0764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0764; }
p { color: rgb(205,7,100); }
H1.HeaderClassName
{
color: #CD0764;
}
.AnyTagClassName
{
color: #CD0764;
}
</style>
background-color css
<style>
a { background-color: #CD0764; }
a { background-color: rgb(205,7,100); }
div.DivClassName
{
background-color: #CD0764;
}
.BgClassName
{
background-color: #CD0764;
}
</style>
border-color css
<style>
span { border-color: #CD0764; }
span { border-color: rgb(205,7,100); }
td.TdClassName
{
border-color: #CD0764;
}
.TagClassName
{
border-color: #CD0764;
}
</style>