Shades of Ruby #CD186D
Tints of Ruby #CD186D
RGB
CMYK
RGB Variations
Color information
#CD186D (or 0xCD186D) is known color: Ruby. HEX triplet: CD, 18 and 6D. RGB value is (205,24,109). Sum of RGB (Red+Green+Blue) = 205+24+109=338 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.65% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 205 - color contains mainly: red. Hex color #CD186D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD186D is #32E792. Grayscale: #575757. Windows color (decimal): -3336083 or 7149773. OLE color: 7149773.
HSL color Cylindrical-coordinate representation of color #CD186D: hue angle of 331.82º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD186D is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 24 | 109 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.20 |
| HSL | 331.82º | 0.79% | 0.45% | - |
| HSV(B) | 331.82º | 0.88% | 0.8% | - |
| XYZ | 28.26 | 14.74 | 15.82 | - |
| YUV | 87.81 | 139.97 | 211.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 24 | 109 | 0 | 0.88 | 0.47 | 0.20 | 331.82 | 0.79 | 0.45 |
| Hex | CD | 18 | 6D | 0 | 58 | 2F | 14 | 14C | 4F | 2D |
| Octal | 315 | 30 | 155 | 0 | 130 | 57 | 24 | 514 | 117 | 55 |
| Binary | 11001101 | 11000 | 1101101 | 0 | 1011000 | 101111 | 10100 | 101001100 | 1001111 | 101101 |
Color Harmonies of #CD186D
Complementary color
Monochromatic Colors of #CD186D
Black with #CD186D
Text Example
Text Example
White with #CD186D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD186D; }
p { color: rgb(205,24,109); }
H1.HeaderClassName
{
color: #CD186D;
}
.AnyTagClassName
{
color: #CD186D;
}
</style>
background-color css
<style>
a { background-color: #CD186D; }
a { background-color: rgb(205,24,109); }
div.DivClassName
{
background-color: #CD186D;
}
.BgClassName
{
background-color: #CD186D;
}
</style>
border-color css
<style>
span { border-color: #CD186D; }
span { border-color: rgb(205,24,109); }
td.TdClassName
{
border-color: #CD186D;
}
.TagClassName
{
border-color: #CD186D;
}
</style>