Shades of Ruby #C8096B
Tints of Ruby #C8096B
RGB
CMYK
RGB Variations
Color information
#C8096B (or 0xC8096B) is known color: Ruby. HEX triplet: C8, 09 and 6B. RGB value is (200,9,107). Sum of RGB (Red+Green+Blue) = 200+9+107=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C8096B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8096B is #37F694. Grayscale: #4D4D4D. Windows color (decimal): -3667605 or 7014856. OLE color: 7014856.
HSL color Cylindrical-coordinate representation of color #C8096B: hue angle of 329.21º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8096B is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 107 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.22 |
| HSL | 329.21º | 0.91% | 0.41% | - |
| HSV(B) | 329.21º | 0.96% | 0.78% | - |
| XYZ | 26.57 | 13.54 | 15.12 | - |
| YUV | 77.28 | 144.78 | 215.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 107 | 0 | 0.96 | 0.46 | 0.22 | 329.21 | 0.91 | 0.41 |
| Hex | C8 | 9 | 6B | 0 | 60 | 2E | 16 | 149 | 5B | 29 |
| Octal | 310 | 11 | 153 | 0 | 140 | 56 | 26 | 511 | 133 | 51 |
| Binary | 11001000 | 1001 | 1101011 | 0 | 1100000 | 101110 | 10110 | 101001001 | 1011011 | 101001 |
Color Harmonies of #C8096B
Complementary color
Monochromatic Colors of #C8096B
Black with #C8096B
Text Example
Text Example
White with #C8096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8096B; }
p { color: rgb(200,9,107); }
H1.HeaderClassName
{
color: #C8096B;
}
.AnyTagClassName
{
color: #C8096B;
}
</style>
background-color css
<style>
a { background-color: #C8096B; }
a { background-color: rgb(200,9,107); }
div.DivClassName
{
background-color: #C8096B;
}
.BgClassName
{
background-color: #C8096B;
}
</style>
border-color css
<style>
span { border-color: #C8096B; }
span { border-color: rgb(200,9,107); }
td.TdClassName
{
border-color: #C8096B;
}
.TagClassName
{
border-color: #C8096B;
}
</style>