Shades of Ruby #CF0A6B
Tints of Ruby #CF0A6B
RGB
CMYK
RGB Variations
Color information
#CF0A6B (or 0xCF0A6B) is known color: Ruby. HEX triplet: CF, 0A and 6B. RGB value is (207,10,107). Sum of RGB (Red+Green+Blue) = 207+10+107=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0A6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0A6B is #30F594. Grayscale: #4F4F4F. Windows color (decimal): -3208597 or 7015119. OLE color: 7015119.
HSL color Cylindrical-coordinate representation of color #CF0A6B: hue angle of 330.46º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0A6B is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 10 | 107 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.19 |
| HSL | 330.46º | 0.91% | 0.43% | - |
| HSV(B) | 330.46º | 0.95% | 0.81% | - |
| XYZ | 28.49 | 14.54 | 15.22 | - |
| YUV | 79.96 | 143.27 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 10 | 107 | 0 | 0.95 | 0.48 | 0.19 | 330.46 | 0.91 | 0.43 |
| Hex | CF | A | 6B | 0 | 5F | 30 | 13 | 14A | 5B | 2B |
| Octal | 317 | 12 | 153 | 0 | 137 | 60 | 23 | 512 | 133 | 53 |
| Binary | 11001111 | 1010 | 1101011 | 0 | 1011111 | 110000 | 10011 | 101001010 | 1011011 | 101011 |
Color Harmonies of #CF0A6B
Complementary color
Monochromatic Colors of #CF0A6B
Black with #CF0A6B
Text Example
Text Example
White with #CF0A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0A6B; }
p { color: rgb(207,10,107); }
H1.HeaderClassName
{
color: #CF0A6B;
}
.AnyTagClassName
{
color: #CF0A6B;
}
</style>
background-color css
<style>
a { background-color: #CF0A6B; }
a { background-color: rgb(207,10,107); }
div.DivClassName
{
background-color: #CF0A6B;
}
.BgClassName
{
background-color: #CF0A6B;
}
</style>
border-color css
<style>
span { border-color: #CF0A6B; }
span { border-color: rgb(207,10,107); }
td.TdClassName
{
border-color: #CF0A6B;
}
.TagClassName
{
border-color: #CF0A6B;
}
</style>