Shades of Ruby #CE096B
Tints of Ruby #CE096B
RGB
CMYK
RGB Variations
Color information
#CE096B (or 0xCE096B) is known color: Ruby. HEX triplet: CE, 09 and 6B. RGB value is (206,9,107). Sum of RGB (Red+Green+Blue) = 206+9+107=322 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.98% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 206 - color contains mainly: red. Hex color #CE096B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE096B is #31F694. Grayscale: #4E4E4E. Windows color (decimal): -3274389 or 7014862. OLE color: 7014862.
HSL color Cylindrical-coordinate representation of color #CE096B: hue angle of 330.15º 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 #CE096B is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 107 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.19 |
| HSL | 330.15º | 0.92% | 0.42% | - |
| HSV(B) | 330.15º | 0.96% | 0.81% | - |
| XYZ | 28.21 | 14.38 | 15.2 | - |
| YUV | 79.08 | 143.77 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 107 | 0 | 0.96 | 0.48 | 0.19 | 330.15 | 0.92 | 0.42 |
| Hex | CE | 9 | 6B | 0 | 60 | 30 | 13 | 14A | 5C | 2A |
| Octal | 316 | 11 | 153 | 0 | 140 | 60 | 23 | 512 | 134 | 52 |
| Binary | 11001110 | 1001 | 1101011 | 0 | 1100000 | 110000 | 10011 | 101001010 | 1011100 | 101010 |
Color Harmonies of #CE096B
Complementary color
Monochromatic Colors of #CE096B
Black with #CE096B
Text Example
Text Example
White with #CE096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE096B; }
p { color: rgb(206,9,107); }
H1.HeaderClassName
{
color: #CE096B;
}
.AnyTagClassName
{
color: #CE096B;
}
</style>
background-color css
<style>
a { background-color: #CE096B; }
a { background-color: rgb(206,9,107); }
div.DivClassName
{
background-color: #CE096B;
}
.BgClassName
{
background-color: #CE096B;
}
</style>
border-color css
<style>
span { border-color: #CE096B; }
span { border-color: rgb(206,9,107); }
td.TdClassName
{
border-color: #CE096B;
}
.TagClassName
{
border-color: #CE096B;
}
</style>