Shades of Ruby #C8196B
Tints of Ruby #C8196B
RGB
CMYK
RGB Variations
Color information
#C8196B (or 0xC8196B) is known color: Ruby. HEX triplet: C8, 19 and 6B. RGB value is (200,25,107). Sum of RGB (Red+Green+Blue) = 200+25+107=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 25 (10.16% from 255 or 7.53% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C8196B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8196B is #37E694. Grayscale: #565656. Windows color (decimal): -3663509 or 7018952. OLE color: 7018952.
HSL color Cylindrical-coordinate representation of color #C8196B: hue angle of 331.89º degrees, saturation: 0.78, 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 #C8196B is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 25 | 107 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.22 |
| HSL | 331.89º | 0.78% | 0.44% | - |
| HSV(B) | 331.89º | 0.88% | 0.78% | - |
| XYZ | 26.82 | 14.04 | 15.21 | - |
| YUV | 86.67 | 139.48 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 107 | 0 | 0.88 | 0.46 | 0.22 | 331.89 | 0.78 | 0.44 |
| Hex | C8 | 19 | 6B | 0 | 58 | 2E | 16 | 14C | 4E | 2C |
| Octal | 310 | 31 | 153 | 0 | 130 | 56 | 26 | 514 | 116 | 54 |
| Binary | 11001000 | 11001 | 1101011 | 0 | 1011000 | 101110 | 10110 | 101001100 | 1001110 | 101100 |
Color Harmonies of #C8196B
Complementary color
Monochromatic Colors of #C8196B
Black with #C8196B
Text Example
Text Example
White with #C8196B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8196B; }
p { color: rgb(200,25,107); }
H1.HeaderClassName
{
color: #C8196B;
}
.AnyTagClassName
{
color: #C8196B;
}
</style>
background-color css
<style>
a { background-color: #C8196B; }
a { background-color: rgb(200,25,107); }
div.DivClassName
{
background-color: #C8196B;
}
.BgClassName
{
background-color: #C8196B;
}
</style>
border-color css
<style>
span { border-color: #C8196B; }
span { border-color: rgb(200,25,107); }
td.TdClassName
{
border-color: #C8196B;
}
.TagClassName
{
border-color: #C8196B;
}
</style>