Shades of Ruby #CF165D
Tints of Ruby #CF165D
RGB
CMYK
RGB Variations
Color information
#CF165D (or 0xCF165D) is known color: Ruby. HEX triplet: CF, 16 and 5D. RGB value is (207,22,93). Sum of RGB (Red+Green+Blue) = 207+22+93=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF165D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF165D is #30E9A2. Grayscale: #555555. Windows color (decimal): -3205539 or 6100687. OLE color: 6100687.
HSL color Cylindrical-coordinate representation of color #CF165D: hue angle of 336.97º 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 #CF165D is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 22 | 93 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.19 |
| HSL | 336.97º | 0.81% | 0.45% | - |
| HSV(B) | 336.97º | 0.89% | 0.81% | - |
| XYZ | 27.99 | 14.63 | 11.7 | - |
| YUV | 85.41 | 132.29 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 22 | 93 | 0 | 0.89 | 0.55 | 0.19 | 336.97 | 0.81 | 0.45 |
| Hex | CF | 16 | 5D | 0 | 59 | 37 | 13 | 151 | 51 | 2D |
| Octal | 317 | 26 | 135 | 0 | 131 | 67 | 23 | 521 | 121 | 55 |
| Binary | 11001111 | 10110 | 1011101 | 0 | 1011001 | 110111 | 10011 | 101010001 | 1010001 | 101101 |
Color Harmonies of #CF165D
Complementary color
Monochromatic Colors of #CF165D
Black with #CF165D
Text Example
Text Example
White with #CF165D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF165D; }
p { color: rgb(207,22,93); }
H1.HeaderClassName
{
color: #CF165D;
}
.AnyTagClassName
{
color: #CF165D;
}
</style>
background-color css
<style>
a { background-color: #CF165D; }
a { background-color: rgb(207,22,93); }
div.DivClassName
{
background-color: #CF165D;
}
.BgClassName
{
background-color: #CF165D;
}
</style>
border-color css
<style>
span { border-color: #CF165D; }
span { border-color: rgb(207,22,93); }
td.TdClassName
{
border-color: #CF165D;
}
.TagClassName
{
border-color: #CF165D;
}
</style>