Shades of Ruby #CF166F
Tints of Ruby #CF166F
RGB
CMYK
RGB Variations
Color information
#CF166F (or 0xCF166F) is known color: Ruby. HEX triplet: CF, 16 and 6F. RGB value is (207,22,111). Sum of RGB (Red+Green+Blue) = 207+22+111=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 22 (8.98% from 255 or 6.47% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF166F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF166F is #30E990. Grayscale: #575757. Windows color (decimal): -3205521 or 7280335. OLE color: 7280335.
HSL color Cylindrical-coordinate representation of color #CF166F: hue angle of 331.14º 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 #CF166F is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 22 | 111 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.19 |
| HSL | 331.14º | 0.81% | 0.45% | - |
| HSV(B) | 331.14º | 0.89% | 0.81% | - |
| XYZ | 28.89 | 14.99 | 16.41 | - |
| YUV | 87.46 | 141.29 | 213.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 22 | 111 | 0 | 0.89 | 0.46 | 0.19 | 331.14 | 0.81 | 0.45 |
| Hex | CF | 16 | 6F | 0 | 59 | 2E | 13 | 14B | 51 | 2D |
| Octal | 317 | 26 | 157 | 0 | 131 | 56 | 23 | 513 | 121 | 55 |
| Binary | 11001111 | 10110 | 1101111 | 0 | 1011001 | 101110 | 10011 | 101001011 | 1010001 | 101101 |
Color Harmonies of #CF166F
Complementary color
Monochromatic Colors of #CF166F
Black with #CF166F
Text Example
Text Example
White with #CF166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF166F; }
p { color: rgb(207,22,111); }
H1.HeaderClassName
{
color: #CF166F;
}
.AnyTagClassName
{
color: #CF166F;
}
</style>
background-color css
<style>
a { background-color: #CF166F; }
a { background-color: rgb(207,22,111); }
div.DivClassName
{
background-color: #CF166F;
}
.BgClassName
{
background-color: #CF166F;
}
</style>
border-color css
<style>
span { border-color: #CF166F; }
span { border-color: rgb(207,22,111); }
td.TdClassName
{
border-color: #CF166F;
}
.TagClassName
{
border-color: #CF166F;
}
</style>