Shades of Ruby #CF096B
Tints of Ruby #CF096B
RGB
CMYK
RGB Variations
Color information
#CF096B (or 0xCF096B) is known color: Ruby. HEX triplet: CF, 09 and 6B. RGB value is (207,9,107). Sum of RGB (Red+Green+Blue) = 207+9+107=323 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.09% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 207 - color contains mainly: red. Hex color #CF096B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF096B is #30F694. Grayscale: #4F4F4F. Windows color (decimal): -3208853 or 7014863. OLE color: 7014863.
HSL color Cylindrical-coordinate representation of color #CF096B: hue angle of 330.3º degrees, saturation: 0.92, 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 #CF096B is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 107 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.19 |
| HSL | 330.3º | 0.92% | 0.42% | - |
| HSV(B) | 330.3º | 0.96% | 0.81% | - |
| XYZ | 28.48 | 14.52 | 15.21 | - |
| YUV | 79.37 | 143.6 | 219.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 107 | 0 | 0.96 | 0.48 | 0.19 | 330.3 | 0.92 | 0.42 |
| Hex | CF | 9 | 6B | 0 | 60 | 30 | 13 | 14A | 5C | 2A |
| Octal | 317 | 11 | 153 | 0 | 140 | 60 | 23 | 512 | 134 | 52 |
| Binary | 11001111 | 1001 | 1101011 | 0 | 1100000 | 110000 | 10011 | 101001010 | 1011100 | 101010 |
Color Harmonies of #CF096B
Complementary color
Monochromatic Colors of #CF096B
Black with #CF096B
Text Example
Text Example
White with #CF096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF096B; }
p { color: rgb(207,9,107); }
H1.HeaderClassName
{
color: #CF096B;
}
.AnyTagClassName
{
color: #CF096B;
}
</style>
background-color css
<style>
a { background-color: #CF096B; }
a { background-color: rgb(207,9,107); }
div.DivClassName
{
background-color: #CF096B;
}
.BgClassName
{
background-color: #CF096B;
}
</style>
border-color css
<style>
span { border-color: #CF096B; }
span { border-color: rgb(207,9,107); }
td.TdClassName
{
border-color: #CF096B;
}
.TagClassName
{
border-color: #CF096B;
}
</style>