Shades of Ruby #CE095C
Tints of Ruby #CE095C
RGB
CMYK
RGB Variations
Color information
#CE095C (or 0xCE095C) is known color: Ruby. HEX triplet: CE, 09 and 5C. RGB value is (206,9,92). Sum of RGB (Red+Green+Blue) = 206+9+92=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE095C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE095C is #31F6A3. Grayscale: #4D4D4D. Windows color (decimal): -3274404 or 6031822. OLE color: 6031822.
HSL color Cylindrical-coordinate representation of color #CE095C: hue angle of 334.72º 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 #CE095C is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 92 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.19 |
| HSL | 334.72º | 0.92% | 0.42% | - |
| HSV(B) | 334.72º | 0.96% | 0.81% | - |
| XYZ | 27.48 | 14.09 | 11.4 | - |
| YUV | 77.37 | 136.27 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 92 | 0 | 0.96 | 0.55 | 0.19 | 334.72 | 0.92 | 0.42 |
| Hex | CE | 9 | 5C | 0 | 60 | 37 | 13 | 14F | 5C | 2A |
| Octal | 316 | 11 | 134 | 0 | 140 | 67 | 23 | 517 | 134 | 52 |
| Binary | 11001110 | 1001 | 1011100 | 0 | 1100000 | 110111 | 10011 | 101001111 | 1011100 | 101010 |
Color Harmonies of #CE095C
Complementary color
Monochromatic Colors of #CE095C
Black with #CE095C
Text Example
Text Example
White with #CE095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE095C; }
p { color: rgb(206,9,92); }
H1.HeaderClassName
{
color: #CE095C;
}
.AnyTagClassName
{
color: #CE095C;
}
</style>
background-color css
<style>
a { background-color: #CE095C; }
a { background-color: rgb(206,9,92); }
div.DivClassName
{
background-color: #CE095C;
}
.BgClassName
{
background-color: #CE095C;
}
</style>
border-color css
<style>
span { border-color: #CE095C; }
span { border-color: rgb(206,9,92); }
td.TdClassName
{
border-color: #CE095C;
}
.TagClassName
{
border-color: #CE095C;
}
</style>