Shades of Ruby #CF166E
Tints of Ruby #CF166E
RGB
CMYK
RGB Variations
Color information
#CF166E (or 0xCF166E) is known color: Ruby. HEX triplet: CF, 16 and 6E. RGB value is (207,22,110). Sum of RGB (Red+Green+Blue) = 207+22+110=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 22 (8.98% from 255 or 6.49% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF166E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF166E is #30E991. Grayscale: #575757. Windows color (decimal): -3205522 or 7214799. OLE color: 7214799.
HSL color Cylindrical-coordinate representation of color #CF166E: hue angle of 331.46º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF166E is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 22 | 110 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.19 |
| HSL | 331.46º | 0.81% | 0.45% | - |
| HSV(B) | 331.46º | 0.89% | 0.81% | - |
| XYZ | 28.83 | 14.97 | 16.12 | - |
| YUV | 87.35 | 140.79 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 22 | 110 | 0 | 0.89 | 0.47 | 0.19 | 331.46 | 0.81 | 0.45 |
| Hex | CF | 16 | 6E | 0 | 59 | 2F | 13 | 14B | 51 | 2D |
| Octal | 317 | 26 | 156 | 0 | 131 | 57 | 23 | 513 | 121 | 55 |
| Binary | 11001111 | 10110 | 1101110 | 0 | 1011001 | 101111 | 10011 | 101001011 | 1010001 | 101101 |
Color Harmonies of #CF166E
Complementary color
Monochromatic Colors of #CF166E
Black with #CF166E
Text Example
Text Example
White with #CF166E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF166E; }
p { color: rgb(207,22,110); }
H1.HeaderClassName
{
color: #CF166E;
}
.AnyTagClassName
{
color: #CF166E;
}
</style>
background-color css
<style>
a { background-color: #CF166E; }
a { background-color: rgb(207,22,110); }
div.DivClassName
{
background-color: #CF166E;
}
.BgClassName
{
background-color: #CF166E;
}
</style>
border-color css
<style>
span { border-color: #CF166E; }
span { border-color: rgb(207,22,110); }
td.TdClassName
{
border-color: #CF166E;
}
.TagClassName
{
border-color: #CF166E;
}
</style>