Shades of Ruby #C9186B
Tints of Ruby #C9186B
RGB
CMYK
RGB Variations
Color information
#C9186B (or 0xC9186B) is known color: Ruby. HEX triplet: C9, 18 and 6B. RGB value is (201,24,107). Sum of RGB (Red+Green+Blue) = 201+24+107=332 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.54% from 332); Green value is 24 (9.77% from 255 or 7.23% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 201 - color contains mainly: red. Hex color #C9186B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9186B is #36E794. Grayscale: #565656. Windows color (decimal): -3598229 or 7018697. OLE color: 7018697.
HSL color Cylindrical-coordinate representation of color #C9186B: hue angle of 331.86º 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 #C9186B is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 24 | 107 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.21 |
| HSL | 331.86º | 0.79% | 0.44% | - |
| HSV(B) | 331.86º | 0.88% | 0.79% | - |
| XYZ | 27.07 | 14.13 | 15.21 | - |
| YUV | 86.39 | 139.64 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 107 | 0 | 0.88 | 0.47 | 0.21 | 331.86 | 0.79 | 0.44 |
| Hex | C9 | 18 | 6B | 0 | 58 | 2F | 15 | 14C | 4F | 2C |
| Octal | 311 | 30 | 153 | 0 | 130 | 57 | 25 | 514 | 117 | 54 |
| Binary | 11001001 | 11000 | 1101011 | 0 | 1011000 | 101111 | 10101 | 101001100 | 1001111 | 101100 |
Color Harmonies of #C9186B
Complementary color
Monochromatic Colors of #C9186B
Black with #C9186B
Text Example
Text Example
White with #C9186B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9186B; }
p { color: rgb(201,24,107); }
H1.HeaderClassName
{
color: #C9186B;
}
.AnyTagClassName
{
color: #C9186B;
}
</style>
background-color css
<style>
a { background-color: #C9186B; }
a { background-color: rgb(201,24,107); }
div.DivClassName
{
background-color: #C9186B;
}
.BgClassName
{
background-color: #C9186B;
}
</style>
border-color css
<style>
span { border-color: #C9186B; }
span { border-color: rgb(201,24,107); }
td.TdClassName
{
border-color: #C9186B;
}
.TagClassName
{
border-color: #C9186B;
}
</style>