Shades of Ruby #CE0A5C
Tints of Ruby #CE0A5C
RGB
CMYK
RGB Variations
Color information
#CE0A5C (or 0xCE0A5C) is known color: Ruby. HEX triplet: CE, 0A and 5C. RGB value is (206,10,92). Sum of RGB (Red+Green+Blue) = 206+10+92=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 10 (4.30% from 255 or 3.25% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0A5C is #31F5A3. Grayscale: #4D4D4D. Windows color (decimal): -3274148 or 6032078. OLE color: 6032078.
HSL color Cylindrical-coordinate representation of color #CE0A5C: hue angle of 334.9º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0A5C is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 92 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.19 |
| HSL | 334.9º | 0.91% | 0.42% | - |
| HSV(B) | 334.9º | 0.95% | 0.81% | - |
| XYZ | 27.49 | 14.11 | 11.4 | - |
| YUV | 77.95 | 135.93 | 219.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 92 | 0 | 0.95 | 0.55 | 0.19 | 334.9 | 0.91 | 0.42 |
| Hex | CE | A | 5C | 0 | 5F | 37 | 13 | 14F | 5B | 2A |
| Octal | 316 | 12 | 134 | 0 | 137 | 67 | 23 | 517 | 133 | 52 |
| Binary | 11001110 | 1010 | 1011100 | 0 | 1011111 | 110111 | 10011 | 101001111 | 1011011 | 101010 |
Color Harmonies of #CE0A5C
Complementary color
Monochromatic Colors of #CE0A5C
Black with #CE0A5C
Text Example
Text Example
White with #CE0A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0A5C; }
p { color: rgb(206,10,92); }
H1.HeaderClassName
{
color: #CE0A5C;
}
.AnyTagClassName
{
color: #CE0A5C;
}
</style>
background-color css
<style>
a { background-color: #CE0A5C; }
a { background-color: rgb(206,10,92); }
div.DivClassName
{
background-color: #CE0A5C;
}
.BgClassName
{
background-color: #CE0A5C;
}
</style>
border-color css
<style>
span { border-color: #CE0A5C; }
span { border-color: rgb(206,10,92); }
td.TdClassName
{
border-color: #CE0A5C;
}
.TagClassName
{
border-color: #CE0A5C;
}
</style>