Shades of Ruby #C91D66
Tints of Ruby #C91D66
RGB
CMYK
RGB Variations
Color information
#C91D66 (or 0xC91D66) is known color: Ruby. HEX triplet: C9, 1D and 66. RGB value is (201,29,102). Sum of RGB (Red+Green+Blue) = 201+29+102=332 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.54% from 332); Green value is 29 (11.72% from 255 or 8.73% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 201 - color contains mainly: red. Hex color #C91D66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C91D66 is #36E299. Grayscale: #585858. Windows color (decimal): -3596954 or 6692297. OLE color: 6692297.
HSL color Cylindrical-coordinate representation of color #C91D66: hue angle of 334.53º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C91D66 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 29 | 102 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.21 |
| HSL | 334.53º | 0.75% | 0.45% | - |
| HSV(B) | 334.53º | 0.86% | 0.79% | - |
| XYZ | 26.93 | 14.26 | 13.9 | - |
| YUV | 88.75 | 135.48 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 29 | 102 | 0 | 0.86 | 0.49 | 0.21 | 334.53 | 0.75 | 0.45 |
| Hex | C9 | 1D | 66 | 0 | 56 | 31 | 15 | 14F | 4B | 2D |
| Octal | 311 | 35 | 146 | 0 | 126 | 61 | 25 | 517 | 113 | 55 |
| Binary | 11001001 | 11101 | 1100110 | 0 | 1010110 | 110001 | 10101 | 101001111 | 1001011 | 101101 |
Color Harmonies of #C91D66
Complementary color
Monochromatic Colors of #C91D66
Black with #C91D66
Text Example
Text Example
White with #C91D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91D66; }
p { color: rgb(201,29,102); }
H1.HeaderClassName
{
color: #C91D66;
}
.AnyTagClassName
{
color: #C91D66;
}
</style>
background-color css
<style>
a { background-color: #C91D66; }
a { background-color: rgb(201,29,102); }
div.DivClassName
{
background-color: #C91D66;
}
.BgClassName
{
background-color: #C91D66;
}
</style>
border-color css
<style>
span { border-color: #C91D66; }
span { border-color: rgb(201,29,102); }
td.TdClassName
{
border-color: #C91D66;
}
.TagClassName
{
border-color: #C91D66;
}
</style>