Shades of Ruby #CF076B
Tints of Ruby #CF076B
RGB
CMYK
RGB Variations
Color information
#CF076B (or 0xCF076B) is known color: Ruby. HEX triplet: CF, 07 and 6B. RGB value is (207,7,107). Sum of RGB (Red+Green+Blue) = 207+7+107=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 7 (3.12% from 255 or 2.18% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF076B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF076B is #30F894. Grayscale: #4D4D4D. Windows color (decimal): -3209365 or 7014351. OLE color: 7014351.
HSL color Cylindrical-coordinate representation of color #CF076B: hue angle of 330º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF076B is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 7 | 107 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.19 |
| HSL | 330º | 0.93% | 0.42% | - |
| HSV(B) | 330º | 0.97% | 0.81% | - |
| XYZ | 28.46 | 14.48 | 15.2 | - |
| YUV | 78.2 | 144.26 | 219.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 7 | 107 | 0 | 0.97 | 0.48 | 0.19 | 330 | 0.93 | 0.42 |
| Hex | CF | 7 | 6B | 0 | 61 | 30 | 13 | 14A | 5D | 2A |
| Octal | 317 | 7 | 153 | 0 | 141 | 60 | 23 | 512 | 135 | 52 |
| Binary | 11001111 | 111 | 1101011 | 0 | 1100001 | 110000 | 10011 | 101001010 | 1011101 | 101010 |
Color Harmonies of #CF076B
Complementary color
Monochromatic Colors of #CF076B
Black with #CF076B
Text Example
Text Example
White with #CF076B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF076B; }
p { color: rgb(207,7,107); }
H1.HeaderClassName
{
color: #CF076B;
}
.AnyTagClassName
{
color: #CF076B;
}
</style>
background-color css
<style>
a { background-color: #CF076B; }
a { background-color: rgb(207,7,107); }
div.DivClassName
{
background-color: #CF076B;
}
.BgClassName
{
background-color: #CF076B;
}
</style>
border-color css
<style>
span { border-color: #CF076B; }
span { border-color: rgb(207,7,107); }
td.TdClassName
{
border-color: #CF076B;
}
.TagClassName
{
border-color: #CF076B;
}
</style>