Shades of Ruby #CE0167
Tints of Ruby #CE0167
RGB
CMYK
RGB Variations
Color information
#CE0167 (or 0xCE0167) is known color: Ruby. HEX triplet: CE, 01 and 67. RGB value is (206,1,103). Sum of RGB (Red+Green+Blue) = 206+1+103=310 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.45% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0167 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0167 is #31FE98. Grayscale: #494949. Windows color (decimal): -3276441 or 6750670. OLE color: 6750670.
HSL color Cylindrical-coordinate representation of color #CE0167: hue angle of 330.15º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0167 is Cyan = 0, Magento = 1.00, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 103 | - |
| CMYK | 0 | 1.00 | 0.50 | 0.19 |
| HSL | 330.15º | 0.99% | 0.41% | - |
| HSV(B) | 330.15º | 1% | 0.81% | - |
| XYZ | 27.91 | 14.12 | 14.09 | - |
| YUV | 73.92 | 144.42 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 103 | 0 | 1.00 | 0.50 | 0.19 | 330.15 | 0.99 | 0.41 |
| Hex | CE | 1 | 67 | 0 | 64 | 32 | 13 | 14A | 63 | 29 |
| Octal | 316 | 1 | 147 | 0 | 144 | 62 | 23 | 512 | 143 | 51 |
| Binary | 11001110 | 1 | 1100111 | 0 | 1100100 | 110010 | 10011 | 101001010 | 1100011 | 101001 |
Color Harmonies of #CE0167
Complementary color
Monochromatic Colors of #CE0167
Black with #CE0167
Text Example
Text Example
White with #CE0167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0167; }
p { color: rgb(206,1,103); }
H1.HeaderClassName
{
color: #CE0167;
}
.AnyTagClassName
{
color: #CE0167;
}
</style>
background-color css
<style>
a { background-color: #CE0167; }
a { background-color: rgb(206,1,103); }
div.DivClassName
{
background-color: #CE0167;
}
.BgClassName
{
background-color: #CE0167;
}
</style>
border-color css
<style>
span { border-color: #CE0167; }
span { border-color: rgb(206,1,103); }
td.TdClassName
{
border-color: #CE0167;
}
.TagClassName
{
border-color: #CE0167;
}
</style>