Shades of Ruby #CD146C
Tints of Ruby #CD146C
RGB
CMYK
RGB Variations
Color information
#CD146C (or 0xCD146C) is known color: Ruby. HEX triplet: CD, 14 and 6C. RGB value is (205,20,108). Sum of RGB (Red+Green+Blue) = 205+20+108=333 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.56% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 205 - color contains mainly: red. Hex color #CD146C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD146C is #32EB93. Grayscale: #555555. Windows color (decimal): -3337108 or 7083213. OLE color: 7083213.
HSL color Cylindrical-coordinate representation of color #CD146C: hue angle of 331.46º 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 #CD146C is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 20 | 108 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.20 |
| HSL | 331.46º | 0.82% | 0.44% | - |
| HSV(B) | 331.46º | 0.9% | 0.8% | - |
| XYZ | 28.13 | 14.56 | 15.52 | - |
| YUV | 85.35 | 140.79 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 20 | 108 | 0 | 0.90 | 0.47 | 0.20 | 331.46 | 0.82 | 0.44 |
| Hex | CD | 14 | 6C | 0 | 5A | 2F | 14 | 14B | 52 | 2C |
| Octal | 315 | 24 | 154 | 0 | 132 | 57 | 24 | 513 | 122 | 54 |
| Binary | 11001101 | 10100 | 1101100 | 0 | 1011010 | 101111 | 10100 | 101001011 | 1010010 | 101100 |
Color Harmonies of #CD146C
Complementary color
Monochromatic Colors of #CD146C
Black with #CD146C
Text Example
Text Example
White with #CD146C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD146C; }
p { color: rgb(205,20,108); }
H1.HeaderClassName
{
color: #CD146C;
}
.AnyTagClassName
{
color: #CD146C;
}
</style>
background-color css
<style>
a { background-color: #CD146C; }
a { background-color: rgb(205,20,108); }
div.DivClassName
{
background-color: #CD146C;
}
.BgClassName
{
background-color: #CD146C;
}
</style>
border-color css
<style>
span { border-color: #CD146C; }
span { border-color: rgb(205,20,108); }
td.TdClassName
{
border-color: #CD146C;
}
.TagClassName
{
border-color: #CD146C;
}
</style>