Shades of Ruby #CF1762
Tints of Ruby #CF1762
RGB
CMYK
RGB Variations
Color information
#CF1762 (or 0xCF1762) is known color: Ruby. HEX triplet: CF, 17 and 62. RGB value is (207,23,98). Sum of RGB (Red+Green+Blue) = 207+23+98=328 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.11% from 328); Green value is 23 (9.38% from 255 or 7.01% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1762 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1762 is #30E89D. Grayscale: #565656. Windows color (decimal): -3205278 or 6428623. OLE color: 6428623.
HSL color Cylindrical-coordinate representation of color #CF1762: hue angle of 335.54º degrees, saturation: 0.8, 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 #CF1762 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 23 | 98 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.19 |
| HSL | 335.54º | 0.8% | 0.45% | - |
| HSV(B) | 335.54º | 0.89% | 0.81% | - |
| XYZ | 28.24 | 14.76 | 12.92 | - |
| YUV | 86.57 | 134.46 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 23 | 98 | 0 | 0.89 | 0.53 | 0.19 | 335.54 | 0.8 | 0.45 |
| Hex | CF | 17 | 62 | 0 | 59 | 35 | 13 | 150 | 50 | 2D |
| Octal | 317 | 27 | 142 | 0 | 131 | 65 | 23 | 520 | 120 | 55 |
| Binary | 11001111 | 10111 | 1100010 | 0 | 1011001 | 110101 | 10011 | 101010000 | 1010000 | 101101 |
Color Harmonies of #CF1762
Complementary color
Monochromatic Colors of #CF1762
Black with #CF1762
Text Example
Text Example
White with #CF1762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1762; }
p { color: rgb(207,23,98); }
H1.HeaderClassName
{
color: #CF1762;
}
.AnyTagClassName
{
color: #CF1762;
}
</style>
background-color css
<style>
a { background-color: #CF1762; }
a { background-color: rgb(207,23,98); }
div.DivClassName
{
background-color: #CF1762;
}
.BgClassName
{
background-color: #CF1762;
}
</style>
border-color css
<style>
span { border-color: #CF1762; }
span { border-color: rgb(207,23,98); }
td.TdClassName
{
border-color: #CF1762;
}
.TagClassName
{
border-color: #CF1762;
}
</style>