Shades of Ruby #CE156B
Tints of Ruby #CE156B
RGB
CMYK
RGB Variations
Color information
#CE156B (or 0xCE156B) is known color: Ruby. HEX triplet: CE, 15 and 6B. RGB value is (206,21,107). Sum of RGB (Red+Green+Blue) = 206+21+107=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE156B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE156B is #31EA94. Grayscale: #555555. Windows color (decimal): -3271317 or 7017934. OLE color: 7017934.
HSL color Cylindrical-coordinate representation of color #CE156B: hue angle of 332.11º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE156B is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 21 | 107 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.19 |
| HSL | 332.11º | 0.81% | 0.45% | - |
| HSV(B) | 332.11º | 0.9% | 0.81% | - |
| XYZ | 28.38 | 14.72 | 15.26 | - |
| YUV | 86.12 | 139.79 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 107 | 0 | 0.90 | 0.48 | 0.19 | 332.11 | 0.81 | 0.45 |
| Hex | CE | 15 | 6B | 0 | 5A | 30 | 13 | 14C | 51 | 2D |
| Octal | 316 | 25 | 153 | 0 | 132 | 60 | 23 | 514 | 121 | 55 |
| Binary | 11001110 | 10101 | 1101011 | 0 | 1011010 | 110000 | 10011 | 101001100 | 1010001 | 101101 |
Color Harmonies of #CE156B
Complementary color
Monochromatic Colors of #CE156B
Black with #CE156B
Text Example
Text Example
White with #CE156B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE156B; }
p { color: rgb(206,21,107); }
H1.HeaderClassName
{
color: #CE156B;
}
.AnyTagClassName
{
color: #CE156B;
}
</style>
background-color css
<style>
a { background-color: #CE156B; }
a { background-color: rgb(206,21,107); }
div.DivClassName
{
background-color: #CE156B;
}
.BgClassName
{
background-color: #CE156B;
}
</style>
border-color css
<style>
span { border-color: #CE156B; }
span { border-color: rgb(206,21,107); }
td.TdClassName
{
border-color: #CE156B;
}
.TagClassName
{
border-color: #CE156B;
}
</style>