Shades of Ruby #C81256
Tints of Ruby #C81256
RGB
CMYK
RGB Variations
Color information
#C81256 (or 0xC81256) is known color: Ruby. HEX triplet: C8, 12 and 56. RGB value is (200,18,86). Sum of RGB (Red+Green+Blue) = 200+18+86=304 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.79% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 86 (33.98% from 255 or 28.29% from 304); Max value from RGB is 200 - color contains mainly: red. Hex color #C81256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81256 is #37EDA9. Grayscale: #505050. Windows color (decimal): -3665322 or 5640904. OLE color: 5640904.
HSL color Cylindrical-coordinate representation of color #C81256: hue angle of 337.58º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C81256 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 18 | 86 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.22 |
| HSL | 337.58º | 0.83% | 0.43% | - |
| HSV(B) | 337.58º | 0.91% | 0.78% | - |
| XYZ | 25.72 | 13.38 | 10.03 | - |
| YUV | 80.17 | 131.3 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 86 | 0 | 0.91 | 0.57 | 0.22 | 337.58 | 0.83 | 0.43 |
| Hex | C8 | 12 | 56 | 0 | 5B | 39 | 16 | 152 | 53 | 2B |
| Octal | 310 | 22 | 126 | 0 | 133 | 71 | 26 | 522 | 123 | 53 |
| Binary | 11001000 | 10010 | 1010110 | 0 | 1011011 | 111001 | 10110 | 101010010 | 1010011 | 101011 |
Color Harmonies of #C81256
Complementary color
Monochromatic Colors of #C81256
Black with #C81256
Text Example
Text Example
White with #C81256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81256; }
p { color: rgb(200,18,86); }
H1.HeaderClassName
{
color: #C81256;
}
.AnyTagClassName
{
color: #C81256;
}
</style>
background-color css
<style>
a { background-color: #C81256; }
a { background-color: rgb(200,18,86); }
div.DivClassName
{
background-color: #C81256;
}
.BgClassName
{
background-color: #C81256;
}
</style>
border-color css
<style>
span { border-color: #C81256; }
span { border-color: rgb(200,18,86); }
td.TdClassName
{
border-color: #C81256;
}
.TagClassName
{
border-color: #C81256;
}
</style>