Shades of Ruby #C91767
Tints of Ruby #C91767
RGB
CMYK
RGB Variations
Color information
#C91767 (or 0xC91767) is known color: Ruby. HEX triplet: C9, 17 and 67. RGB value is (201,23,103). Sum of RGB (Red+Green+Blue) = 201+23+103=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 23 (9.38% from 255 or 7.03% from 327); Blue value is 103 (40.62% from 255 or 31.50% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C91767 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91767 is #36E898. Grayscale: #555555. Windows color (decimal): -3598489 or 6756297. OLE color: 6756297.
HSL color Cylindrical-coordinate representation of color #C91767: hue angle of 333.03º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91767 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 23 | 103 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.21 |
| HSL | 333.03º | 0.79% | 0.44% | - |
| HSV(B) | 333.03º | 0.89% | 0.79% | - |
| XYZ | 26.84 | 14.01 | 14.12 | - |
| YUV | 85.34 | 137.97 | 210.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 103 | 0 | 0.89 | 0.49 | 0.21 | 333.03 | 0.79 | 0.44 |
| Hex | C9 | 17 | 67 | 0 | 59 | 31 | 15 | 14D | 4F | 2C |
| Octal | 311 | 27 | 147 | 0 | 131 | 61 | 25 | 515 | 117 | 54 |
| Binary | 11001001 | 10111 | 1100111 | 0 | 1011001 | 110001 | 10101 | 101001101 | 1001111 | 101100 |
Color Harmonies of #C91767
Complementary color
Monochromatic Colors of #C91767
Black with #C91767
Text Example
Text Example
White with #C91767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91767; }
p { color: rgb(201,23,103); }
H1.HeaderClassName
{
color: #C91767;
}
.AnyTagClassName
{
color: #C91767;
}
</style>
background-color css
<style>
a { background-color: #C91767; }
a { background-color: rgb(201,23,103); }
div.DivClassName
{
background-color: #C91767;
}
.BgClassName
{
background-color: #C91767;
}
</style>
border-color css
<style>
span { border-color: #C91767; }
span { border-color: rgb(201,23,103); }
td.TdClassName
{
border-color: #C91767;
}
.TagClassName
{
border-color: #C91767;
}
</style>