Shades of Ruby #C9196B
Tints of Ruby #C9196B
RGB
CMYK
RGB Variations
Color information
#C9196B (or 0xC9196B) is known color: Ruby. HEX triplet: C9, 19 and 6B. RGB value is (201,25,107). Sum of RGB (Red+Green+Blue) = 201+25+107=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C9196B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9196B is #36E694. Grayscale: #565656. Windows color (decimal): -3597973 or 7018953. OLE color: 7018953.
HSL color Cylindrical-coordinate representation of color #C9196B: hue angle of 332.05º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9196B is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 107 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.21 |
| HSL | 332.05º | 0.78% | 0.44% | - |
| HSV(B) | 332.05º | 0.88% | 0.79% | - |
| XYZ | 27.09 | 14.17 | 15.22 | - |
| YUV | 86.97 | 139.31 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 107 | 0 | 0.88 | 0.47 | 0.21 | 332.05 | 0.78 | 0.44 |
| Hex | C9 | 19 | 6B | 0 | 58 | 2F | 15 | 14C | 4E | 2C |
| Octal | 311 | 31 | 153 | 0 | 130 | 57 | 25 | 514 | 116 | 54 |
| Binary | 11001001 | 11001 | 1101011 | 0 | 1011000 | 101111 | 10101 | 101001100 | 1001110 | 101100 |
Color Harmonies of #C9196B
Complementary color
Monochromatic Colors of #C9196B
Black with #C9196B
Text Example
Text Example
White with #C9196B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9196B; }
p { color: rgb(201,25,107); }
H1.HeaderClassName
{
color: #C9196B;
}
.AnyTagClassName
{
color: #C9196B;
}
</style>
background-color css
<style>
a { background-color: #C9196B; }
a { background-color: rgb(201,25,107); }
div.DivClassName
{
background-color: #C9196B;
}
.BgClassName
{
background-color: #C9196B;
}
</style>
border-color css
<style>
span { border-color: #C9196B; }
span { border-color: rgb(201,25,107); }
td.TdClassName
{
border-color: #C9196B;
}
.TagClassName
{
border-color: #C9196B;
}
</style>