Shades of Ruby #CF0965
Tints of Ruby #CF0965
RGB
CMYK
RGB Variations
Color information
#CF0965 (or 0xCF0965) is known color: Ruby. HEX triplet: CF, 09 and 65. RGB value is (207,9,101). Sum of RGB (Red+Green+Blue) = 207+9+101=317 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.30% from 317); Green value is 9 (3.91% from 255 or 2.84% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0965 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0965 is #30F69A. Grayscale: #4E4E4E. Windows color (decimal): -3208859 or 6621647. OLE color: 6621647.
HSL color Cylindrical-coordinate representation of color #CF0965: hue angle of 332.12º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF0965 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 101 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.19 |
| HSL | 332.12º | 0.92% | 0.42% | - |
| HSV(B) | 332.12º | 0.96% | 0.81% | - |
| XYZ | 28.18 | 14.4 | 13.61 | - |
| YUV | 78.69 | 140.6 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 101 | 0 | 0.96 | 0.51 | 0.19 | 332.12 | 0.92 | 0.42 |
| Hex | CF | 9 | 65 | 0 | 60 | 33 | 13 | 14C | 5C | 2A |
| Octal | 317 | 11 | 145 | 0 | 140 | 63 | 23 | 514 | 134 | 52 |
| Binary | 11001111 | 1001 | 1100101 | 0 | 1100000 | 110011 | 10011 | 101001100 | 1011100 | 101010 |
Color Harmonies of #CF0965
Complementary color
Monochromatic Colors of #CF0965
Black with #CF0965
Text Example
Text Example
White with #CF0965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0965; }
p { color: rgb(207,9,101); }
H1.HeaderClassName
{
color: #CF0965;
}
.AnyTagClassName
{
color: #CF0965;
}
</style>
background-color css
<style>
a { background-color: #CF0965; }
a { background-color: rgb(207,9,101); }
div.DivClassName
{
background-color: #CF0965;
}
.BgClassName
{
background-color: #CF0965;
}
</style>
border-color css
<style>
span { border-color: #CF0965; }
span { border-color: rgb(207,9,101); }
td.TdClassName
{
border-color: #CF0965;
}
.TagClassName
{
border-color: #CF0965;
}
</style>