Shades of Ruby #CF0664
Tints of Ruby #CF0664
RGB
CMYK
RGB Variations
Color information
#CF0664 (or 0xCF0664) is known color: Ruby. HEX triplet: CF, 06 and 64. RGB value is (207,6,100). Sum of RGB (Red+Green+Blue) = 207+6+100=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 6 (2.73% from 255 or 1.92% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0664 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0664 is #30F99B. Grayscale: #4C4C4C. Windows color (decimal): -3209628 or 6555343. OLE color: 6555343.
HSL color Cylindrical-coordinate representation of color #CF0664: hue angle of 331.94º degrees, saturation: 0.94, 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 #CF0664 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 100 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.19 |
| HSL | 331.94º | 0.94% | 0.42% | - |
| HSV(B) | 331.94º | 0.97% | 0.81% | - |
| XYZ | 28.1 | 14.32 | 13.34 | - |
| YUV | 76.82 | 141.09 | 220.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 100 | 0 | 0.97 | 0.52 | 0.19 | 331.94 | 0.94 | 0.42 |
| Hex | CF | 6 | 64 | 0 | 61 | 34 | 13 | 14C | 5E | 2A |
| Octal | 317 | 6 | 144 | 0 | 141 | 64 | 23 | 514 | 136 | 52 |
| Binary | 11001111 | 110 | 1100100 | 0 | 1100001 | 110100 | 10011 | 101001100 | 1011110 | 101010 |
Color Harmonies of #CF0664
Complementary color
Monochromatic Colors of #CF0664
Black with #CF0664
Text Example
Text Example
White with #CF0664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0664; }
p { color: rgb(207,6,100); }
H1.HeaderClassName
{
color: #CF0664;
}
.AnyTagClassName
{
color: #CF0664;
}
</style>
background-color css
<style>
a { background-color: #CF0664; }
a { background-color: rgb(207,6,100); }
div.DivClassName
{
background-color: #CF0664;
}
.BgClassName
{
background-color: #CF0664;
}
</style>
border-color css
<style>
span { border-color: #CF0664; }
span { border-color: rgb(207,6,100); }
td.TdClassName
{
border-color: #CF0664;
}
.TagClassName
{
border-color: #CF0664;
}
</style>