Shades of Ruby #CE1B67
Tints of Ruby #CE1B67
RGB
CMYK
RGB Variations
Color information
#CE1B67 (or 0xCE1B67) is known color: Ruby. HEX triplet: CE, 1B and 67. RGB value is (206,27,103). Sum of RGB (Red+Green+Blue) = 206+27+103=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 27 (10.94% from 255 or 8.04% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1B67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1B67 is #31E498. Grayscale: #595959. Windows color (decimal): -3269785 or 6757326. OLE color: 6757326.
HSL color Cylindrical-coordinate representation of color #CE1B67: hue angle of 334.53º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1B67 is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 27 | 103 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.19 |
| HSL | 334.53º | 0.77% | 0.46% | - |
| HSV(B) | 334.53º | 0.87% | 0.81% | - |
| XYZ | 28.29 | 14.88 | 14.21 | - |
| YUV | 89.19 | 135.8 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 27 | 103 | 0 | 0.87 | 0.50 | 0.19 | 334.53 | 0.77 | 0.46 |
| Hex | CE | 1B | 67 | 0 | 57 | 32 | 13 | 14F | 4D | 2E |
| Octal | 316 | 33 | 147 | 0 | 127 | 62 | 23 | 517 | 115 | 56 |
| Binary | 11001110 | 11011 | 1100111 | 0 | 1010111 | 110010 | 10011 | 101001111 | 1001101 | 101110 |
Color Harmonies of #CE1B67
Complementary color
Monochromatic Colors of #CE1B67
Black with #CE1B67
Text Example
Text Example
White with #CE1B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1B67; }
p { color: rgb(206,27,103); }
H1.HeaderClassName
{
color: #CE1B67;
}
.AnyTagClassName
{
color: #CE1B67;
}
</style>
background-color css
<style>
a { background-color: #CE1B67; }
a { background-color: rgb(206,27,103); }
div.DivClassName
{
background-color: #CE1B67;
}
.BgClassName
{
background-color: #CE1B67;
}
</style>
border-color css
<style>
span { border-color: #CE1B67; }
span { border-color: rgb(206,27,103); }
td.TdClassName
{
border-color: #CE1B67;
}
.TagClassName
{
border-color: #CE1B67;
}
</style>