Shades of Ruby #CD0964
Tints of Ruby #CD0964
RGB
CMYK
RGB Variations
Color information
#CD0964 (or 0xCD0964) is known color: Ruby. HEX triplet: CD, 09 and 64. RGB value is (205,9,100). Sum of RGB (Red+Green+Blue) = 205+9+100=314 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.29% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0964 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0964 is #32F69B. Grayscale: #4D4D4D. Windows color (decimal): -3339932 or 6556109. OLE color: 6556109.
HSL color Cylindrical-coordinate representation of color #CD0964: hue angle of 332.14º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CD0964 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 9 | 100 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.20 |
| HSL | 332.14º | 0.92% | 0.42% | - |
| HSV(B) | 332.14º | 0.96% | 0.8% | - |
| XYZ | 27.57 | 14.09 | 13.32 | - |
| YUV | 77.98 | 140.43 | 218.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 9 | 100 | 0 | 0.96 | 0.51 | 0.20 | 332.14 | 0.92 | 0.42 |
| Hex | CD | 9 | 64 | 0 | 60 | 33 | 14 | 14C | 5C | 2A |
| Octal | 315 | 11 | 144 | 0 | 140 | 63 | 24 | 514 | 134 | 52 |
| Binary | 11001101 | 1001 | 1100100 | 0 | 1100000 | 110011 | 10100 | 101001100 | 1011100 | 101010 |
Color Harmonies of #CD0964
Complementary color
Monochromatic Colors of #CD0964
Black with #CD0964
Text Example
Text Example
White with #CD0964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0964; }
p { color: rgb(205,9,100); }
H1.HeaderClassName
{
color: #CD0964;
}
.AnyTagClassName
{
color: #CD0964;
}
</style>
background-color css
<style>
a { background-color: #CD0964; }
a { background-color: rgb(205,9,100); }
div.DivClassName
{
background-color: #CD0964;
}
.BgClassName
{
background-color: #CD0964;
}
</style>
border-color css
<style>
span { border-color: #CD0964; }
span { border-color: rgb(205,9,100); }
td.TdClassName
{
border-color: #CD0964;
}
.TagClassName
{
border-color: #CD0964;
}
</style>