Shades of Ruby #C9186A
Tints of Ruby #C9186A
RGB
CMYK
RGB Variations
Color information
#C9186A (or 0xC9186A) is known color: Ruby. HEX triplet: C9, 18 and 6A. RGB value is (201,24,106). Sum of RGB (Red+Green+Blue) = 201+24+106=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C9186A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9186A is #36E795. Grayscale: #565656. Windows color (decimal): -3598230 or 6953161. OLE color: 6953161.
HSL color Cylindrical-coordinate representation of color #C9186A: hue angle of 332.2º degrees, saturation: 0.79, 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 #C9186A is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 24 | 106 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.21 |
| HSL | 332.2º | 0.79% | 0.44% | - |
| HSV(B) | 332.2º | 0.88% | 0.79% | - |
| XYZ | 27.02 | 14.11 | 14.94 | - |
| YUV | 86.27 | 139.14 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 106 | 0 | 0.88 | 0.47 | 0.21 | 332.2 | 0.79 | 0.44 |
| Hex | C9 | 18 | 6A | 0 | 58 | 2F | 15 | 14C | 4F | 2C |
| Octal | 311 | 30 | 152 | 0 | 130 | 57 | 25 | 514 | 117 | 54 |
| Binary | 11001001 | 11000 | 1101010 | 0 | 1011000 | 101111 | 10101 | 101001100 | 1001111 | 101100 |
Color Harmonies of #C9186A
Complementary color
Monochromatic Colors of #C9186A
Black with #C9186A
Text Example
Text Example
White with #C9186A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9186A; }
p { color: rgb(201,24,106); }
H1.HeaderClassName
{
color: #C9186A;
}
.AnyTagClassName
{
color: #C9186A;
}
</style>
background-color css
<style>
a { background-color: #C9186A; }
a { background-color: rgb(201,24,106); }
div.DivClassName
{
background-color: #C9186A;
}
.BgClassName
{
background-color: #C9186A;
}
</style>
border-color css
<style>
span { border-color: #C9186A; }
span { border-color: rgb(201,24,106); }
td.TdClassName
{
border-color: #C9186A;
}
.TagClassName
{
border-color: #C9186A;
}
</style>