Shades of Ruby #CE126A
Tints of Ruby #CE126A
RGB
CMYK
RGB Variations
Color information
#CE126A (or 0xCE126A) is known color: Ruby. HEX triplet: CE, 12 and 6A. RGB value is (206,18,106). Sum of RGB (Red+Green+Blue) = 206+18+106=330 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.42% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 206 - color contains mainly: red. Hex color #CE126A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE126A is #31ED95. Grayscale: #545454. Windows color (decimal): -3272086 or 6951630. OLE color: 6951630.
HSL color Cylindrical-coordinate representation of color #CE126A: hue angle of 331.91º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE126A is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 106 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.19 |
| HSL | 331.91º | 0.84% | 0.44% | - |
| HSV(B) | 331.91º | 0.91% | 0.81% | - |
| XYZ | 28.27 | 14.6 | 14.96 | - |
| YUV | 84.24 | 140.28 | 214.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 106 | 0 | 0.91 | 0.49 | 0.19 | 331.91 | 0.84 | 0.44 |
| Hex | CE | 12 | 6A | 0 | 5B | 31 | 13 | 14C | 54 | 2C |
| Octal | 316 | 22 | 152 | 0 | 133 | 61 | 23 | 514 | 124 | 54 |
| Binary | 11001110 | 10010 | 1101010 | 0 | 1011011 | 110001 | 10011 | 101001100 | 1010100 | 101100 |
Color Harmonies of #CE126A
Complementary color
Monochromatic Colors of #CE126A
Black with #CE126A
Text Example
Text Example
White with #CE126A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE126A; }
p { color: rgb(206,18,106); }
H1.HeaderClassName
{
color: #CE126A;
}
.AnyTagClassName
{
color: #CE126A;
}
</style>
background-color css
<style>
a { background-color: #CE126A; }
a { background-color: rgb(206,18,106); }
div.DivClassName
{
background-color: #CE126A;
}
.BgClassName
{
background-color: #CE126A;
}
</style>
border-color css
<style>
span { border-color: #CE126A; }
span { border-color: rgb(206,18,106); }
td.TdClassName
{
border-color: #CE126A;
}
.TagClassName
{
border-color: #CE126A;
}
</style>