Shades of Ruby #CD0368
Tints of Ruby #CD0368
RGB
CMYK
RGB Variations
Color information
#CD0368 (or 0xCD0368) is known color: Ruby. HEX triplet: CD, 03 and 68. RGB value is (205,3,104). Sum of RGB (Red+Green+Blue) = 205+3+104=312 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.71% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0368 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0368 is #32FC97. Grayscale: #4A4A4A. Windows color (decimal): -3341464 or 6816717. OLE color: 6816717.
HSL color Cylindrical-coordinate representation of color #CD0368: hue angle of 330º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD0368 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 3 | 104 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.20 |
| HSL | 330º | 0.97% | 0.41% | - |
| HSV(B) | 330º | 0.99% | 0.8% | - |
| XYZ | 27.71 | 14.04 | 14.35 | - |
| YUV | 74.91 | 144.42 | 220.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 3 | 104 | 0 | 0.99 | 0.49 | 0.20 | 330 | 0.97 | 0.41 |
| Hex | CD | 3 | 68 | 0 | 63 | 31 | 14 | 14A | 61 | 29 |
| Octal | 315 | 3 | 150 | 0 | 143 | 61 | 24 | 512 | 141 | 51 |
| Binary | 11001101 | 11 | 1101000 | 0 | 1100011 | 110001 | 10100 | 101001010 | 1100001 | 101001 |
Color Harmonies of #CD0368
Complementary color
Monochromatic Colors of #CD0368
Black with #CD0368
Text Example
Text Example
White with #CD0368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0368; }
p { color: rgb(205,3,104); }
H1.HeaderClassName
{
color: #CD0368;
}
.AnyTagClassName
{
color: #CD0368;
}
</style>
background-color css
<style>
a { background-color: #CD0368; }
a { background-color: rgb(205,3,104); }
div.DivClassName
{
background-color: #CD0368;
}
.BgClassName
{
background-color: #CD0368;
}
</style>
border-color css
<style>
span { border-color: #CD0368; }
span { border-color: rgb(205,3,104); }
td.TdClassName
{
border-color: #CD0368;
}
.TagClassName
{
border-color: #CD0368;
}
</style>