Shades of Ruby #CF0168
Tints of Ruby #CF0168
RGB
CMYK
RGB Variations
Color information
#CF0168 (or 0xCF0168) is known color: Ruby. HEX triplet: CF, 01 and 68. RGB value is (207,1,104). Sum of RGB (Red+Green+Blue) = 207+1+104=312 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.35% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0168 is #30FE97. Grayscale: #4A4A4A. Windows color (decimal): -3210904 or 6816207. OLE color: 6816207.
HSL color Cylindrical-coordinate representation of color #CF0168: hue angle of 330º 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 #CF0168 is Cyan = 0, Magento = 1.00, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 104 | - |
| CMYK | 0 | 1.00 | 0.50 | 0.19 |
| HSL | 330º | 0.99% | 0.41% | - |
| HSV(B) | 330º | 1% | 0.81% | - |
| XYZ | 28.24 | 14.29 | 14.37 | - |
| YUV | 74.34 | 144.75 | 222.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 104 | 0 | 1.00 | 0.50 | 0.19 | 330 | 0.99 | 0.41 |
| Hex | CF | 1 | 68 | 0 | 64 | 32 | 13 | 14A | 63 | 29 |
| Octal | 317 | 1 | 150 | 0 | 144 | 62 | 23 | 512 | 143 | 51 |
| Binary | 11001111 | 1 | 1101000 | 0 | 1100100 | 110010 | 10011 | 101001010 | 1100011 | 101001 |
Color Harmonies of #CF0168
Complementary color
Monochromatic Colors of #CF0168
Black with #CF0168
Text Example
Text Example
White with #CF0168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0168; }
p { color: rgb(207,1,104); }
H1.HeaderClassName
{
color: #CF0168;
}
.AnyTagClassName
{
color: #CF0168;
}
</style>
background-color css
<style>
a { background-color: #CF0168; }
a { background-color: rgb(207,1,104); }
div.DivClassName
{
background-color: #CF0168;
}
.BgClassName
{
background-color: #CF0168;
}
</style>
border-color css
<style>
span { border-color: #CF0168; }
span { border-color: rgb(207,1,104); }
td.TdClassName
{
border-color: #CF0168;
}
.TagClassName
{
border-color: #CF0168;
}
</style>