Shades of Ruby #CF0669
Tints of Ruby #CF0669
RGB
CMYK
RGB Variations
Color information
#CF0669 (or 0xCF0669) is known color: Ruby. HEX triplet: CF, 06 and 69. RGB value is (207,6,105). Sum of RGB (Red+Green+Blue) = 207+6+105=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 6 (2.73% from 255 or 1.89% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0669 is #30F996. Grayscale: #4D4D4D. Windows color (decimal): -3209623 or 6883023. OLE color: 6883023.
HSL color Cylindrical-coordinate representation of color #CF0669: hue angle of 330.45º 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 #CF0669 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 105 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.19 |
| HSL | 330.45º | 0.94% | 0.42% | - |
| HSV(B) | 330.45º | 0.97% | 0.81% | - |
| XYZ | 28.35 | 14.42 | 14.65 | - |
| YUV | 77.39 | 143.59 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 105 | 0 | 0.97 | 0.49 | 0.19 | 330.45 | 0.94 | 0.42 |
| Hex | CF | 6 | 69 | 0 | 61 | 31 | 13 | 14A | 5E | 2A |
| Octal | 317 | 6 | 151 | 0 | 141 | 61 | 23 | 512 | 136 | 52 |
| Binary | 11001111 | 110 | 1101001 | 0 | 1100001 | 110001 | 10011 | 101001010 | 1011110 | 101010 |
Color Harmonies of #CF0669
Complementary color
Monochromatic Colors of #CF0669
Black with #CF0669
Text Example
Text Example
White with #CF0669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0669; }
p { color: rgb(207,6,105); }
H1.HeaderClassName
{
color: #CF0669;
}
.AnyTagClassName
{
color: #CF0669;
}
</style>
background-color css
<style>
a { background-color: #CF0669; }
a { background-color: rgb(207,6,105); }
div.DivClassName
{
background-color: #CF0669;
}
.BgClassName
{
background-color: #CF0669;
}
</style>
border-color css
<style>
span { border-color: #CF0669; }
span { border-color: rgb(207,6,105); }
td.TdClassName
{
border-color: #CF0669;
}
.TagClassName
{
border-color: #CF0669;
}
</style>