Shades of Ruby #CE146C
Tints of Ruby #CE146C
RGB
CMYK
RGB Variations
Color information
#CE146C (or 0xCE146C) is known color: Ruby. HEX triplet: CE, 14 and 6C. RGB value is (206,20,108). Sum of RGB (Red+Green+Blue) = 206+20+108=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE146C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE146C is #31EB93. Grayscale: #555555. Windows color (decimal): -3271572 or 7083214. OLE color: 7083214.
HSL color Cylindrical-coordinate representation of color #CE146C: hue angle of 331.61º 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 #CE146C is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 108 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.19 |
| HSL | 331.61º | 0.82% | 0.44% | - |
| HSV(B) | 331.61º | 0.9% | 0.81% | - |
| XYZ | 28.41 | 14.7 | 15.53 | - |
| YUV | 85.65 | 140.62 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 108 | 0 | 0.90 | 0.48 | 0.19 | 331.61 | 0.82 | 0.44 |
| Hex | CE | 14 | 6C | 0 | 5A | 30 | 13 | 14C | 52 | 2C |
| Octal | 316 | 24 | 154 | 0 | 132 | 60 | 23 | 514 | 122 | 54 |
| Binary | 11001110 | 10100 | 1101100 | 0 | 1011010 | 110000 | 10011 | 101001100 | 1010010 | 101100 |
Color Harmonies of #CE146C
Complementary color
Monochromatic Colors of #CE146C
Black with #CE146C
Text Example
Text Example
White with #CE146C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE146C; }
p { color: rgb(206,20,108); }
H1.HeaderClassName
{
color: #CE146C;
}
.AnyTagClassName
{
color: #CE146C;
}
</style>
background-color css
<style>
a { background-color: #CE146C; }
a { background-color: rgb(206,20,108); }
div.DivClassName
{
background-color: #CE146C;
}
.BgClassName
{
background-color: #CE146C;
}
</style>
border-color css
<style>
span { border-color: #CE146C; }
span { border-color: rgb(206,20,108); }
td.TdClassName
{
border-color: #CE146C;
}
.TagClassName
{
border-color: #CE146C;
}
</style>