Shades of Ruby #CE186D
Tints of Ruby #CE186D
RGB
CMYK
RGB Variations
Color information
#CE186D (or 0xCE186D) is known color: Ruby. HEX triplet: CE, 18 and 6D. RGB value is (206,24,109). Sum of RGB (Red+Green+Blue) = 206+24+109=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE186D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE186D is #31E792. Grayscale: #575757. Windows color (decimal): -3270547 or 7149774. OLE color: 7149774.
HSL color Cylindrical-coordinate representation of color #CE186D: hue angle of 331.98º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE186D is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 24 | 109 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.19 |
| HSL | 331.98º | 0.79% | 0.45% | - |
| HSV(B) | 331.98º | 0.88% | 0.81% | - |
| XYZ | 28.54 | 14.88 | 15.84 | - |
| YUV | 88.11 | 139.8 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 24 | 109 | 0 | 0.88 | 0.47 | 0.19 | 331.98 | 0.79 | 0.45 |
| Hex | CE | 18 | 6D | 0 | 58 | 2F | 13 | 14C | 4F | 2D |
| Octal | 316 | 30 | 155 | 0 | 130 | 57 | 23 | 514 | 117 | 55 |
| Binary | 11001110 | 11000 | 1101101 | 0 | 1011000 | 101111 | 10011 | 101001100 | 1001111 | 101101 |
Color Harmonies of #CE186D
Complementary color
Monochromatic Colors of #CE186D
Black with #CE186D
Text Example
Text Example
White with #CE186D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE186D; }
p { color: rgb(206,24,109); }
H1.HeaderClassName
{
color: #CE186D;
}
.AnyTagClassName
{
color: #CE186D;
}
</style>
background-color css
<style>
a { background-color: #CE186D; }
a { background-color: rgb(206,24,109); }
div.DivClassName
{
background-color: #CE186D;
}
.BgClassName
{
background-color: #CE186D;
}
</style>
border-color css
<style>
span { border-color: #CE186D; }
span { border-color: rgb(206,24,109); }
td.TdClassName
{
border-color: #CE186D;
}
.TagClassName
{
border-color: #CE186D;
}
</style>