Shades of Ruby #C90768
Tints of Ruby #C90768
RGB
CMYK
RGB Variations
Color information
#C90768 (or 0xC90768) is known color: Ruby. HEX triplet: C9, 07 and 68. RGB value is (201,7,104). Sum of RGB (Red+Green+Blue) = 201+7+104=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C90768 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90768 is #36F897. Grayscale: #4B4B4B. Windows color (decimal): -3602584 or 6817737. OLE color: 6817737.
HSL color Cylindrical-coordinate representation of color #C90768: hue angle of 330º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C90768 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 7 | 104 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.21 |
| HSL | 330º | 0.93% | 0.41% | - |
| HSV(B) | 330º | 0.97% | 0.79% | - |
| XYZ | 26.66 | 13.57 | 14.31 | - |
| YUV | 76.06 | 143.77 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 104 | 0 | 0.97 | 0.48 | 0.21 | 330 | 0.93 | 0.41 |
| Hex | C9 | 7 | 68 | 0 | 61 | 30 | 15 | 14A | 5D | 29 |
| Octal | 311 | 7 | 150 | 0 | 141 | 60 | 25 | 512 | 135 | 51 |
| Binary | 11001001 | 111 | 1101000 | 0 | 1100001 | 110000 | 10101 | 101001010 | 1011101 | 101001 |
Color Harmonies of #C90768
Complementary color
Monochromatic Colors of #C90768
Black with #C90768
Text Example
Text Example
White with #C90768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90768; }
p { color: rgb(201,7,104); }
H1.HeaderClassName
{
color: #C90768;
}
.AnyTagClassName
{
color: #C90768;
}
</style>
background-color css
<style>
a { background-color: #C90768; }
a { background-color: rgb(201,7,104); }
div.DivClassName
{
background-color: #C90768;
}
.BgClassName
{
background-color: #C90768;
}
</style>
border-color css
<style>
span { border-color: #C90768; }
span { border-color: rgb(201,7,104); }
td.TdClassName
{
border-color: #C90768;
}
.TagClassName
{
border-color: #C90768;
}
</style>