Shades of Ruby #CF086B
Tints of Ruby #CF086B
RGB
CMYK
RGB Variations
Color information
#CF086B (or 0xCF086B) is known color: Ruby. HEX triplet: CF, 08 and 6B. RGB value is (207,8,107). Sum of RGB (Red+Green+Blue) = 207+8+107=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 8 (3.52% from 255 or 2.48% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF086B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF086B is #30F794. Grayscale: #4E4E4E. Windows color (decimal): -3209109 or 7014607. OLE color: 7014607.
HSL color Cylindrical-coordinate representation of color #CF086B: hue angle of 330.15º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF086B is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 107 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.19 |
| HSL | 330.15º | 0.93% | 0.42% | - |
| HSV(B) | 330.15º | 0.96% | 0.81% | - |
| XYZ | 28.47 | 14.5 | 15.21 | - |
| YUV | 78.79 | 143.93 | 219.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 107 | 0 | 0.96 | 0.48 | 0.19 | 330.15 | 0.93 | 0.42 |
| Hex | CF | 8 | 6B | 0 | 60 | 30 | 13 | 14A | 5D | 2A |
| Octal | 317 | 10 | 153 | 0 | 140 | 60 | 23 | 512 | 135 | 52 |
| Binary | 11001111 | 1000 | 1101011 | 0 | 1100000 | 110000 | 10011 | 101001010 | 1011101 | 101010 |
Color Harmonies of #CF086B
Complementary color
Monochromatic Colors of #CF086B
Black with #CF086B
Text Example
Text Example
White with #CF086B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF086B; }
p { color: rgb(207,8,107); }
H1.HeaderClassName
{
color: #CF086B;
}
.AnyTagClassName
{
color: #CF086B;
}
</style>
background-color css
<style>
a { background-color: #CF086B; }
a { background-color: rgb(207,8,107); }
div.DivClassName
{
background-color: #CF086B;
}
.BgClassName
{
background-color: #CF086B;
}
</style>
border-color css
<style>
span { border-color: #CF086B; }
span { border-color: rgb(207,8,107); }
td.TdClassName
{
border-color: #CF086B;
}
.TagClassName
{
border-color: #CF086B;
}
</style>