Shades of Ruby #CE0165
Tints of Ruby #CE0165
RGB
CMYK
RGB Variations
Color information
#CE0165 (or 0xCE0165) is known color: Ruby. HEX triplet: CE, 01 and 65. RGB value is (206,1,101). Sum of RGB (Red+Green+Blue) = 206+1+101=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0165 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0165 is #31FE9A. Grayscale: #494949. Windows color (decimal): -3276443 or 6619598. OLE color: 6619598.
HSL color Cylindrical-coordinate representation of color #CE0165: hue angle of 330.73º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0165 is Cyan = 0, Magento = 1.00, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 101 | - |
| CMYK | 0 | 1.00 | 0.51 | 0.19 |
| HSL | 330.73º | 0.99% | 0.41% | - |
| HSV(B) | 330.73º | 1% | 0.81% | - |
| XYZ | 27.81 | 14.08 | 13.56 | - |
| YUV | 73.7 | 143.42 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 101 | 0 | 1.00 | 0.51 | 0.19 | 330.73 | 0.99 | 0.41 |
| Hex | CE | 1 | 65 | 0 | 64 | 33 | 13 | 14B | 63 | 29 |
| Octal | 316 | 1 | 145 | 0 | 144 | 63 | 23 | 513 | 143 | 51 |
| Binary | 11001110 | 1 | 1100101 | 0 | 1100100 | 110011 | 10011 | 101001011 | 1100011 | 101001 |
Color Harmonies of #CE0165
Complementary color
Monochromatic Colors of #CE0165
Black with #CE0165
Text Example
Text Example
White with #CE0165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0165; }
p { color: rgb(206,1,101); }
H1.HeaderClassName
{
color: #CE0165;
}
.AnyTagClassName
{
color: #CE0165;
}
</style>
background-color css
<style>
a { background-color: #CE0165; }
a { background-color: rgb(206,1,101); }
div.DivClassName
{
background-color: #CE0165;
}
.BgClassName
{
background-color: #CE0165;
}
</style>
border-color css
<style>
span { border-color: #CE0165; }
span { border-color: rgb(206,1,101); }
td.TdClassName
{
border-color: #CE0165;
}
.TagClassName
{
border-color: #CE0165;
}
</style>