Shades of Ruby #CE096C
Tints of Ruby #CE096C
RGB
CMYK
RGB Variations
Color information
#CE096C (or 0xCE096C) is known color: Ruby. HEX triplet: CE, 09 and 6C. RGB value is (206,9,108). Sum of RGB (Red+Green+Blue) = 206+9+108=323 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.78% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 206 - color contains mainly: red. Hex color #CE096C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE096C is #31F693. Grayscale: #4E4E4E. Windows color (decimal): -3274388 or 7080398. OLE color: 7080398.
HSL color Cylindrical-coordinate representation of color #CE096C: hue angle of 329.85º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE096C is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 108 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.19 |
| HSL | 329.85º | 0.92% | 0.42% | - |
| HSV(B) | 329.85º | 0.96% | 0.81% | - |
| XYZ | 28.26 | 14.4 | 15.48 | - |
| YUV | 79.19 | 144.27 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 108 | 0 | 0.96 | 0.48 | 0.19 | 329.85 | 0.92 | 0.42 |
| Hex | CE | 9 | 6C | 0 | 60 | 30 | 13 | 14A | 5C | 2A |
| Octal | 316 | 11 | 154 | 0 | 140 | 60 | 23 | 512 | 134 | 52 |
| Binary | 11001110 | 1001 | 1101100 | 0 | 1100000 | 110000 | 10011 | 101001010 | 1011100 | 101010 |
Color Harmonies of #CE096C
Complementary color
Monochromatic Colors of #CE096C
Black with #CE096C
Text Example
Text Example
White with #CE096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE096C; }
p { color: rgb(206,9,108); }
H1.HeaderClassName
{
color: #CE096C;
}
.AnyTagClassName
{
color: #CE096C;
}
</style>
background-color css
<style>
a { background-color: #CE096C; }
a { background-color: rgb(206,9,108); }
div.DivClassName
{
background-color: #CE096C;
}
.BgClassName
{
background-color: #CE096C;
}
</style>
border-color css
<style>
span { border-color: #CE096C; }
span { border-color: rgb(206,9,108); }
td.TdClassName
{
border-color: #CE096C;
}
.TagClassName
{
border-color: #CE096C;
}
</style>