Shades of Ruby #C8186B
Tints of Ruby #C8186B
RGB
CMYK
RGB Variations
Color information
#C8186B (or 0xC8186B) is known color: Ruby. HEX triplet: C8, 18 and 6B. RGB value is (200,24,107). Sum of RGB (Red+Green+Blue) = 200+24+107=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C8186B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8186B is #37E794. Grayscale: #555555. Windows color (decimal): -3663765 or 7018696. OLE color: 7018696.
HSL color Cylindrical-coordinate representation of color #C8186B: hue angle of 331.7º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8186B is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 107 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.22 |
| HSL | 331.7º | 0.79% | 0.44% | - |
| HSV(B) | 331.7º | 0.88% | 0.78% | - |
| XYZ | 26.8 | 13.99 | 15.2 | - |
| YUV | 86.09 | 139.81 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 107 | 0 | 0.88 | 0.46 | 0.22 | 331.7 | 0.79 | 0.44 |
| Hex | C8 | 18 | 6B | 0 | 58 | 2E | 16 | 14C | 4F | 2C |
| Octal | 310 | 30 | 153 | 0 | 130 | 56 | 26 | 514 | 117 | 54 |
| Binary | 11001000 | 11000 | 1101011 | 0 | 1011000 | 101110 | 10110 | 101001100 | 1001111 | 101100 |
Color Harmonies of #C8186B
Complementary color
Monochromatic Colors of #C8186B
Black with #C8186B
Text Example
Text Example
White with #C8186B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8186B; }
p { color: rgb(200,24,107); }
H1.HeaderClassName
{
color: #C8186B;
}
.AnyTagClassName
{
color: #C8186B;
}
</style>
background-color css
<style>
a { background-color: #C8186B; }
a { background-color: rgb(200,24,107); }
div.DivClassName
{
background-color: #C8186B;
}
.BgClassName
{
background-color: #C8186B;
}
</style>
border-color css
<style>
span { border-color: #C8186B; }
span { border-color: rgb(200,24,107); }
td.TdClassName
{
border-color: #C8186B;
}
.TagClassName
{
border-color: #C8186B;
}
</style>