Shades of Ruby #CE0966
Tints of Ruby #CE0966
RGB
CMYK
RGB Variations
Color information
#CE0966 (or 0xCE0966) is known color: Ruby. HEX triplet: CE, 09 and 66. RGB value is (206,9,102). Sum of RGB (Red+Green+Blue) = 206+9+102=317 (41% of max value = 765). Red value is 206 (80.86% from 255 or 64.98% from 317); Green value is 9 (3.91% from 255 or 2.84% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0966 is #31F699. Grayscale: #4E4E4E. Windows color (decimal): -3274394 or 6687182. OLE color: 6687182.
HSL color Cylindrical-coordinate representation of color #CE0966: hue angle of 331.68º 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 #CE0966 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 102 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.19 |
| HSL | 331.68º | 0.92% | 0.42% | - |
| HSV(B) | 331.68º | 0.96% | 0.81% | - |
| XYZ | 27.95 | 14.28 | 13.85 | - |
| YUV | 78.51 | 141.27 | 218.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 102 | 0 | 0.96 | 0.50 | 0.19 | 331.68 | 0.92 | 0.42 |
| Hex | CE | 9 | 66 | 0 | 60 | 32 | 13 | 14C | 5C | 2A |
| Octal | 316 | 11 | 146 | 0 | 140 | 62 | 23 | 514 | 134 | 52 |
| Binary | 11001110 | 1001 | 1100110 | 0 | 1100000 | 110010 | 10011 | 101001100 | 1011100 | 101010 |
Color Harmonies of #CE0966
Complementary color
Monochromatic Colors of #CE0966
Black with #CE0966
Text Example
Text Example
White with #CE0966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0966; }
p { color: rgb(206,9,102); }
H1.HeaderClassName
{
color: #CE0966;
}
.AnyTagClassName
{
color: #CE0966;
}
</style>
background-color css
<style>
a { background-color: #CE0966; }
a { background-color: rgb(206,9,102); }
div.DivClassName
{
background-color: #CE0966;
}
.BgClassName
{
background-color: #CE0966;
}
</style>
border-color css
<style>
span { border-color: #CE0966; }
span { border-color: rgb(206,9,102); }
td.TdClassName
{
border-color: #CE0966;
}
.TagClassName
{
border-color: #CE0966;
}
</style>