Shades of Ruby #CE186C
Tints of Ruby #CE186C
RGB
CMYK
RGB Variations
Color information
#CE186C (or 0xCE186C) is known color: Ruby. HEX triplet: CE, 18 and 6C. RGB value is (206,24,108). Sum of RGB (Red+Green+Blue) = 206+24+108=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE186C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE186C is #31E793. Grayscale: #575757. Windows color (decimal): -3270548 or 7084238. OLE color: 7084238.
HSL color Cylindrical-coordinate representation of color #CE186C: hue angle of 332.31º 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 #CE186C is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 24 | 108 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.19 |
| HSL | 332.31º | 0.79% | 0.45% | - |
| HSV(B) | 332.31º | 0.88% | 0.81% | - |
| XYZ | 28.49 | 14.86 | 15.55 | - |
| YUV | 87.99 | 139.3 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 24 | 108 | 0 | 0.88 | 0.48 | 0.19 | 332.31 | 0.79 | 0.45 |
| Hex | CE | 18 | 6C | 0 | 58 | 30 | 13 | 14C | 4F | 2D |
| Octal | 316 | 30 | 154 | 0 | 130 | 60 | 23 | 514 | 117 | 55 |
| Binary | 11001110 | 11000 | 1101100 | 0 | 1011000 | 110000 | 10011 | 101001100 | 1001111 | 101101 |
Color Harmonies of #CE186C
Complementary color
Monochromatic Colors of #CE186C
Black with #CE186C
Text Example
Text Example
White with #CE186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE186C; }
p { color: rgb(206,24,108); }
H1.HeaderClassName
{
color: #CE186C;
}
.AnyTagClassName
{
color: #CE186C;
}
</style>
background-color css
<style>
a { background-color: #CE186C; }
a { background-color: rgb(206,24,108); }
div.DivClassName
{
background-color: #CE186C;
}
.BgClassName
{
background-color: #CE186C;
}
</style>
border-color css
<style>
span { border-color: #CE186C; }
span { border-color: rgb(206,24,108); }
td.TdClassName
{
border-color: #CE186C;
}
.TagClassName
{
border-color: #CE186C;
}
</style>