Shades of Ruby #CD2066
Tints of Ruby #CD2066
RGB
CMYK
RGB Variations
Color information
#CD2066 (or 0xCD2066) is known color: Ruby. HEX triplet: CD, 20 and 66. RGB value is (205,32,102). Sum of RGB (Red+Green+Blue) = 205+32+102=339 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.47% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2066 is #32DF99. Grayscale: #5B5B5B. Windows color (decimal): -3334042 or 6693069. OLE color: 6693069.
HSL color Cylindrical-coordinate representation of color #CD2066: hue angle of 335.72º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD2066 is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 32 | 102 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.20 |
| HSL | 335.72º | 0.73% | 0.46% | - |
| HSV(B) | 335.72º | 0.84% | 0.8% | - |
| XYZ | 28.09 | 14.97 | 13.98 | - |
| YUV | 91.71 | 133.81 | 208.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 32 | 102 | 0 | 0.84 | 0.50 | 0.20 | 335.72 | 0.73 | 0.46 |
| Hex | CD | 20 | 66 | 0 | 54 | 32 | 14 | 150 | 49 | 2E |
| Octal | 315 | 40 | 146 | 0 | 124 | 62 | 24 | 520 | 111 | 56 |
| Binary | 11001101 | 100000 | 1100110 | 0 | 1010100 | 110010 | 10100 | 101010000 | 1001001 | 101110 |
Color Harmonies of #CD2066
Complementary color
Monochromatic Colors of #CD2066
Black with #CD2066
Text Example
Text Example
White with #CD2066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2066; }
p { color: rgb(205,32,102); }
H1.HeaderClassName
{
color: #CD2066;
}
.AnyTagClassName
{
color: #CD2066;
}
</style>
background-color css
<style>
a { background-color: #CD2066; }
a { background-color: rgb(205,32,102); }
div.DivClassName
{
background-color: #CD2066;
}
.BgClassName
{
background-color: #CD2066;
}
</style>
border-color css
<style>
span { border-color: #CD2066; }
span { border-color: rgb(205,32,102); }
td.TdClassName
{
border-color: #CD2066;
}
.TagClassName
{
border-color: #CD2066;
}
</style>