Shades of Ruby #C90F68
Tints of Ruby #C90F68
RGB
CMYK
RGB Variations
Color information
#C90F68 (or 0xC90F68) is known color: Ruby. HEX triplet: C9, 0F and 68. RGB value is (201,15,104). Sum of RGB (Red+Green+Blue) = 201+15+104=320 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.81% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 201 - color contains mainly: red. Hex color #C90F68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90F68 is #36F097. Grayscale: #505050. Windows color (decimal): -3600536 or 6819785. OLE color: 6819785.
HSL color Cylindrical-coordinate representation of color #C90F68: hue angle of 331.29º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C90F68 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 15 | 104 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.21 |
| HSL | 331.29º | 0.86% | 0.42% | - |
| HSV(B) | 331.29º | 0.93% | 0.79% | - |
| XYZ | 26.76 | 13.76 | 14.34 | - |
| YUV | 80.76 | 141.12 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 15 | 104 | 0 | 0.93 | 0.48 | 0.21 | 331.29 | 0.86 | 0.42 |
| Hex | C9 | F | 68 | 0 | 5D | 30 | 15 | 14B | 56 | 2A |
| Octal | 311 | 17 | 150 | 0 | 135 | 60 | 25 | 513 | 126 | 52 |
| Binary | 11001001 | 1111 | 1101000 | 0 | 1011101 | 110000 | 10101 | 101001011 | 1010110 | 101010 |
Color Harmonies of #C90F68
Complementary color
Monochromatic Colors of #C90F68
Black with #C90F68
Text Example
Text Example
White with #C90F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90F68; }
p { color: rgb(201,15,104); }
H1.HeaderClassName
{
color: #C90F68;
}
.AnyTagClassName
{
color: #C90F68;
}
</style>
background-color css
<style>
a { background-color: #C90F68; }
a { background-color: rgb(201,15,104); }
div.DivClassName
{
background-color: #C90F68;
}
.BgClassName
{
background-color: #C90F68;
}
</style>
border-color css
<style>
span { border-color: #C90F68; }
span { border-color: rgb(201,15,104); }
td.TdClassName
{
border-color: #C90F68;
}
.TagClassName
{
border-color: #C90F68;
}
</style>