Shades of Ruby #CD0865
Tints of Ruby #CD0865
RGB
CMYK
RGB Variations
Color information
#CD0865 (or 0xCD0865) is known color: Ruby. HEX triplet: CD, 08 and 65. RGB value is (205,8,101). Sum of RGB (Red+Green+Blue) = 205+8+101=314 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.29% from 314); Green value is 8 (3.52% from 255 or 2.55% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0865 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0865 is #32F79A. Grayscale: #4D4D4D. Windows color (decimal): -3340187 or 6621389. OLE color: 6621389.
HSL color Cylindrical-coordinate representation of color #CD0865: hue angle of 331.68º 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 #CD0865 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 8 | 101 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.20 |
| HSL | 331.68º | 0.92% | 0.42% | - |
| HSV(B) | 331.68º | 0.96% | 0.8% | - |
| XYZ | 27.61 | 14.09 | 13.58 | - |
| YUV | 77.51 | 141.27 | 218.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 8 | 101 | 0 | 0.96 | 0.51 | 0.20 | 331.68 | 0.92 | 0.42 |
| Hex | CD | 8 | 65 | 0 | 60 | 33 | 14 | 14C | 5C | 2A |
| Octal | 315 | 10 | 145 | 0 | 140 | 63 | 24 | 514 | 134 | 52 |
| Binary | 11001101 | 1000 | 1100101 | 0 | 1100000 | 110011 | 10100 | 101001100 | 1011100 | 101010 |
Color Harmonies of #CD0865
Complementary color
Monochromatic Colors of #CD0865
Black with #CD0865
Text Example
Text Example
White with #CD0865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0865; }
p { color: rgb(205,8,101); }
H1.HeaderClassName
{
color: #CD0865;
}
.AnyTagClassName
{
color: #CD0865;
}
</style>
background-color css
<style>
a { background-color: #CD0865; }
a { background-color: rgb(205,8,101); }
div.DivClassName
{
background-color: #CD0865;
}
.BgClassName
{
background-color: #CD0865;
}
</style>
border-color css
<style>
span { border-color: #CD0865; }
span { border-color: rgb(205,8,101); }
td.TdClassName
{
border-color: #CD0865;
}
.TagClassName
{
border-color: #CD0865;
}
</style>