Shades of Ruby #CE0A68
Tints of Ruby #CE0A68
RGB
CMYK
RGB Variations
Color information
#CE0A68 (or 0xCE0A68) is known color: Ruby. HEX triplet: CE, 0A and 68. RGB value is (206,10,104). Sum of RGB (Red+Green+Blue) = 206+10+104=320 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.38% from 320); Green value is 10 (4.30% from 255 or 3.12% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0A68 is #31F597. Grayscale: #4F4F4F. Windows color (decimal): -3274136 or 6818510. OLE color: 6818510.
HSL color Cylindrical-coordinate representation of color #CE0A68: hue angle of 331.22º 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 #CE0A68 is Cyan = 0, Magento = 0.95, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 104 | - |
| CMYK | 0 | 0.95 | 0.50 | 0.19 |
| HSL | 331.22º | 0.91% | 0.42% | - |
| HSV(B) | 331.22º | 0.95% | 0.81% | - |
| XYZ | 28.06 | 14.34 | 14.39 | - |
| YUV | 79.32 | 141.93 | 218.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 104 | 0 | 0.95 | 0.50 | 0.19 | 331.22 | 0.91 | 0.42 |
| Hex | CE | A | 68 | 0 | 5F | 32 | 13 | 14B | 5B | 2A |
| Octal | 316 | 12 | 150 | 0 | 137 | 62 | 23 | 513 | 133 | 52 |
| Binary | 11001110 | 1010 | 1101000 | 0 | 1011111 | 110010 | 10011 | 101001011 | 1011011 | 101010 |
Color Harmonies of #CE0A68
Complementary color
Monochromatic Colors of #CE0A68
Black with #CE0A68
Text Example
Text Example
White with #CE0A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0A68; }
p { color: rgb(206,10,104); }
H1.HeaderClassName
{
color: #CE0A68;
}
.AnyTagClassName
{
color: #CE0A68;
}
</style>
background-color css
<style>
a { background-color: #CE0A68; }
a { background-color: rgb(206,10,104); }
div.DivClassName
{
background-color: #CE0A68;
}
.BgClassName
{
background-color: #CE0A68;
}
</style>
border-color css
<style>
span { border-color: #CE0A68; }
span { border-color: rgb(206,10,104); }
td.TdClassName
{
border-color: #CE0A68;
}
.TagClassName
{
border-color: #CE0A68;
}
</style>