Shades of Ruby #CE146B
Tints of Ruby #CE146B
RGB
CMYK
RGB Variations
Color information
#CE146B (or 0xCE146B) is known color: Ruby. HEX triplet: CE, 14 and 6B. RGB value is (206,20,107). Sum of RGB (Red+Green+Blue) = 206+20+107=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE146B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE146B is #31EB94. Grayscale: #555555. Windows color (decimal): -3271573 or 7017678. OLE color: 7017678.
HSL color Cylindrical-coordinate representation of color #CE146B: hue angle of 331.94º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE146B is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 107 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.19 |
| HSL | 331.94º | 0.82% | 0.44% | - |
| HSV(B) | 331.94º | 0.9% | 0.81% | - |
| XYZ | 28.36 | 14.68 | 15.25 | - |
| YUV | 85.53 | 140.12 | 213.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 107 | 0 | 0.90 | 0.48 | 0.19 | 331.94 | 0.82 | 0.44 |
| Hex | CE | 14 | 6B | 0 | 5A | 30 | 13 | 14C | 52 | 2C |
| Octal | 316 | 24 | 153 | 0 | 132 | 60 | 23 | 514 | 122 | 54 |
| Binary | 11001110 | 10100 | 1101011 | 0 | 1011010 | 110000 | 10011 | 101001100 | 1010010 | 101100 |
Color Harmonies of #CE146B
Complementary color
Monochromatic Colors of #CE146B
Black with #CE146B
Text Example
Text Example
White with #CE146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE146B; }
p { color: rgb(206,20,107); }
H1.HeaderClassName
{
color: #CE146B;
}
.AnyTagClassName
{
color: #CE146B;
}
</style>
background-color css
<style>
a { background-color: #CE146B; }
a { background-color: rgb(206,20,107); }
div.DivClassName
{
background-color: #CE146B;
}
.BgClassName
{
background-color: #CE146B;
}
</style>
border-color css
<style>
span { border-color: #CE146B; }
span { border-color: rgb(206,20,107); }
td.TdClassName
{
border-color: #CE146B;
}
.TagClassName
{
border-color: #CE146B;
}
</style>