Shades of Ruby #CD0164
Tints of Ruby #CD0164
RGB
CMYK
RGB Variations
Color information
#CD0164 (or 0xCD0164) is known color: Ruby. HEX triplet: CD, 01 and 64. RGB value is (205,1,100). Sum of RGB (Red+Green+Blue) = 205+1+100=306 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.99% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0164 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0164 is #32FE9B. Grayscale: #494949. Windows color (decimal): -3341980 or 6554061. OLE color: 6554061.
HSL color Cylindrical-coordinate representation of color #CD0164: hue angle of 330.88º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD0164 is Cyan = 0, Magento = 1.00, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 1 | 100 | - |
| CMYK | 0 | 1.00 | 0.51 | 0.20 |
| HSL | 330.88º | 0.99% | 0.4% | - |
| HSV(B) | 330.88º | 1% | 0.8% | - |
| XYZ | 27.49 | 13.92 | 13.29 | - |
| YUV | 73.28 | 143.09 | 221.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 1 | 100 | 0 | 1.00 | 0.51 | 0.20 | 330.88 | 0.99 | 0.4 |
| Hex | CD | 1 | 64 | 0 | 64 | 33 | 14 | 14B | 63 | 28 |
| Octal | 315 | 1 | 144 | 0 | 144 | 63 | 24 | 513 | 143 | 50 |
| Binary | 11001101 | 1 | 1100100 | 0 | 1100100 | 110011 | 10100 | 101001011 | 1100011 | 101000 |
Color Harmonies of #CD0164
Complementary color
Monochromatic Colors of #CD0164
Black with #CD0164
Text Example
Text Example
White with #CD0164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0164; }
p { color: rgb(205,1,100); }
H1.HeaderClassName
{
color: #CD0164;
}
.AnyTagClassName
{
color: #CD0164;
}
</style>
background-color css
<style>
a { background-color: #CD0164; }
a { background-color: rgb(205,1,100); }
div.DivClassName
{
background-color: #CD0164;
}
.BgClassName
{
background-color: #CD0164;
}
</style>
border-color css
<style>
span { border-color: #CD0164; }
span { border-color: rgb(205,1,100); }
td.TdClassName
{
border-color: #CD0164;
}
.TagClassName
{
border-color: #CD0164;
}
</style>