Shades of Ruby #CE065C
Tints of Ruby #CE065C
RGB
CMYK
RGB Variations
Color information
#CE065C (or 0xCE065C) is known color: Ruby. HEX triplet: CE, 06 and 5C. RGB value is (206,6,92). Sum of RGB (Red+Green+Blue) = 206+6+92=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE065C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE065C is #31F9A3. Grayscale: #4B4B4B. Windows color (decimal): -3275172 or 6031054. OLE color: 6031054.
HSL color Cylindrical-coordinate representation of color #CE065C: hue angle of 334.2º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE065C is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 92 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.19 |
| HSL | 334.2º | 0.94% | 0.42% | - |
| HSV(B) | 334.2º | 0.97% | 0.81% | - |
| XYZ | 27.45 | 14.02 | 11.39 | - |
| YUV | 75.6 | 137.26 | 221.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 92 | 0 | 0.97 | 0.55 | 0.19 | 334.2 | 0.94 | 0.42 |
| Hex | CE | 6 | 5C | 0 | 61 | 37 | 13 | 14E | 5E | 2A |
| Octal | 316 | 6 | 134 | 0 | 141 | 67 | 23 | 516 | 136 | 52 |
| Binary | 11001110 | 110 | 1011100 | 0 | 1100001 | 110111 | 10011 | 101001110 | 1011110 | 101010 |
Color Harmonies of #CE065C
Complementary color
Monochromatic Colors of #CE065C
Black with #CE065C
Text Example
Text Example
White with #CE065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE065C; }
p { color: rgb(206,6,92); }
H1.HeaderClassName
{
color: #CE065C;
}
.AnyTagClassName
{
color: #CE065C;
}
</style>
background-color css
<style>
a { background-color: #CE065C; }
a { background-color: rgb(206,6,92); }
div.DivClassName
{
background-color: #CE065C;
}
.BgClassName
{
background-color: #CE065C;
}
</style>
border-color css
<style>
span { border-color: #CE065C; }
span { border-color: rgb(206,6,92); }
td.TdClassName
{
border-color: #CE065C;
}
.TagClassName
{
border-color: #CE065C;
}
</style>