Shades of Ruby #CD146E
Tints of Ruby #CD146E
RGB
CMYK
RGB Variations
Color information
#CD146E (or 0xCD146E) is known color: Ruby. HEX triplet: CD, 14 and 6E. RGB value is (205,20,110). Sum of RGB (Red+Green+Blue) = 205+20+110=335 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.19% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 205 - color contains mainly: red. Hex color #CD146E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD146E is #32EB91. Grayscale: #555555. Windows color (decimal): -3337106 or 7214285. OLE color: 7214285.
HSL color Cylindrical-coordinate representation of color #CD146E: hue angle of 330.81º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD146E is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 20 | 110 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.20 |
| HSL | 330.81º | 0.82% | 0.44% | - |
| HSV(B) | 330.81º | 0.9% | 0.8% | - |
| XYZ | 28.24 | 14.61 | 16.08 | - |
| YUV | 85.58 | 141.79 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 20 | 110 | 0 | 0.90 | 0.46 | 0.20 | 330.81 | 0.82 | 0.44 |
| Hex | CD | 14 | 6E | 0 | 5A | 2E | 14 | 14B | 52 | 2C |
| Octal | 315 | 24 | 156 | 0 | 132 | 56 | 24 | 513 | 122 | 54 |
| Binary | 11001101 | 10100 | 1101110 | 0 | 1011010 | 101110 | 10100 | 101001011 | 1010010 | 101100 |
Color Harmonies of #CD146E
Complementary color
Monochromatic Colors of #CD146E
Black with #CD146E
Text Example
Text Example
White with #CD146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD146E; }
p { color: rgb(205,20,110); }
H1.HeaderClassName
{
color: #CD146E;
}
.AnyTagClassName
{
color: #CD146E;
}
</style>
background-color css
<style>
a { background-color: #CD146E; }
a { background-color: rgb(205,20,110); }
div.DivClassName
{
background-color: #CD146E;
}
.BgClassName
{
background-color: #CD146E;
}
</style>
border-color css
<style>
span { border-color: #CD146E; }
span { border-color: rgb(205,20,110); }
td.TdClassName
{
border-color: #CD146E;
}
.TagClassName
{
border-color: #CD146E;
}
</style>