Shades of Ruby #CD0466
Tints of Ruby #CD0466
RGB
CMYK
RGB Variations
Color information
#CD0466 (or 0xCD0466) is known color: Ruby. HEX triplet: CD, 04 and 66. RGB value is (205,4,102). Sum of RGB (Red+Green+Blue) = 205+4+102=311 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.92% from 311); Green value is 4 (1.95% from 255 or 1.29% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0466 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0466 is #32FB99. Grayscale: #4B4B4B. Windows color (decimal): -3341210 or 6685901. OLE color: 6685901.
HSL color Cylindrical-coordinate representation of color #CD0466: hue angle of 330.75º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CD0466 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 4 | 102 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.20 |
| HSL | 330.75º | 0.96% | 0.41% | - |
| HSV(B) | 330.75º | 0.98% | 0.8% | - |
| XYZ | 27.62 | 14.03 | 13.82 | - |
| YUV | 75.27 | 143.09 | 220.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 4 | 102 | 0 | 0.98 | 0.50 | 0.20 | 330.75 | 0.96 | 0.41 |
| Hex | CD | 4 | 66 | 0 | 62 | 32 | 14 | 14B | 60 | 29 |
| Octal | 315 | 4 | 146 | 0 | 142 | 62 | 24 | 513 | 140 | 51 |
| Binary | 11001101 | 100 | 1100110 | 0 | 1100010 | 110010 | 10100 | 101001011 | 1100000 | 101001 |
Color Harmonies of #CD0466
Complementary color
Monochromatic Colors of #CD0466
Black with #CD0466
Text Example
Text Example
White with #CD0466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0466; }
p { color: rgb(205,4,102); }
H1.HeaderClassName
{
color: #CD0466;
}
.AnyTagClassName
{
color: #CD0466;
}
</style>
background-color css
<style>
a { background-color: #CD0466; }
a { background-color: rgb(205,4,102); }
div.DivClassName
{
background-color: #CD0466;
}
.BgClassName
{
background-color: #CD0466;
}
</style>
border-color css
<style>
span { border-color: #CD0466; }
span { border-color: rgb(205,4,102); }
td.TdClassName
{
border-color: #CD0466;
}
.TagClassName
{
border-color: #CD0466;
}
</style>