Shades of Ruby #CF0169
Tints of Ruby #CF0169
RGB
CMYK
RGB Variations
Color information
#CF0169 (or 0xCF0169) is known color: Ruby. HEX triplet: CF, 01 and 69. RGB value is (207,1,105). Sum of RGB (Red+Green+Blue) = 207+1+105=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0169 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0169 is #30FE96. Grayscale: #4A4A4A. Windows color (decimal): -3210903 or 6881743. OLE color: 6881743.
HSL color Cylindrical-coordinate representation of color #CF0169: hue angle of 329.71º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0169 is Cyan = 0, Magento = 1.00, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 105 | - |
| CMYK | 0 | 1.00 | 0.49 | 0.19 |
| HSL | 329.71º | 0.99% | 0.41% | - |
| HSV(B) | 329.71º | 1% | 0.81% | - |
| XYZ | 28.29 | 14.31 | 14.63 | - |
| YUV | 74.45 | 145.25 | 222.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 105 | 0 | 1.00 | 0.49 | 0.19 | 329.71 | 0.99 | 0.41 |
| Hex | CF | 1 | 69 | 0 | 64 | 31 | 13 | 14A | 63 | 29 |
| Octal | 317 | 1 | 151 | 0 | 144 | 61 | 23 | 512 | 143 | 51 |
| Binary | 11001111 | 1 | 1101001 | 0 | 1100100 | 110001 | 10011 | 101001010 | 1100011 | 101001 |
Color Harmonies of #CF0169
Complementary color
Monochromatic Colors of #CF0169
Black with #CF0169
Text Example
Text Example
White with #CF0169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0169; }
p { color: rgb(207,1,105); }
H1.HeaderClassName
{
color: #CF0169;
}
.AnyTagClassName
{
color: #CF0169;
}
</style>
background-color css
<style>
a { background-color: #CF0169; }
a { background-color: rgb(207,1,105); }
div.DivClassName
{
background-color: #CF0169;
}
.BgClassName
{
background-color: #CF0169;
}
</style>
border-color css
<style>
span { border-color: #CF0169; }
span { border-color: rgb(207,1,105); }
td.TdClassName
{
border-color: #CF0169;
}
.TagClassName
{
border-color: #CF0169;
}
</style>