Shades of Ruby #CF186A
Tints of Ruby #CF186A
RGB
CMYK
RGB Variations
Color information
#CF186A (or 0xCF186A) is known color: Ruby. HEX triplet: CF, 18 and 6A. RGB value is (207,24,106). Sum of RGB (Red+Green+Blue) = 207+24+106=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF186A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF186A is #30E795. Grayscale: #575757. Windows color (decimal): -3205014 or 6953167. OLE color: 6953167.
HSL color Cylindrical-coordinate representation of color #CF186A: hue angle of 333.11º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF186A is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 24 | 106 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.19 |
| HSL | 333.11º | 0.79% | 0.45% | - |
| HSV(B) | 333.11º | 0.88% | 0.81% | - |
| XYZ | 28.66 | 14.96 | 15.01 | - |
| YUV | 88.07 | 138.13 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 106 | 0 | 0.88 | 0.49 | 0.19 | 333.11 | 0.79 | 0.45 |
| Hex | CF | 18 | 6A | 0 | 58 | 31 | 13 | 14D | 4F | 2D |
| Octal | 317 | 30 | 152 | 0 | 130 | 61 | 23 | 515 | 117 | 55 |
| Binary | 11001111 | 11000 | 1101010 | 0 | 1011000 | 110001 | 10011 | 101001101 | 1001111 | 101101 |
Color Harmonies of #CF186A
Complementary color
Monochromatic Colors of #CF186A
Black with #CF186A
Text Example
Text Example
White with #CF186A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF186A; }
p { color: rgb(207,24,106); }
H1.HeaderClassName
{
color: #CF186A;
}
.AnyTagClassName
{
color: #CF186A;
}
</style>
background-color css
<style>
a { background-color: #CF186A; }
a { background-color: rgb(207,24,106); }
div.DivClassName
{
background-color: #CF186A;
}
.BgClassName
{
background-color: #CF186A;
}
</style>
border-color css
<style>
span { border-color: #CF186A; }
span { border-color: rgb(207,24,106); }
td.TdClassName
{
border-color: #CF186A;
}
.TagClassName
{
border-color: #CF186A;
}
</style>