Shades of Ruby #C81656
Tints of Ruby #C81656
RGB
CMYK
RGB Variations
Color information
#C81656 (or 0xC81656) is known color: Ruby. HEX triplet: C8, 16 and 56. RGB value is (200,22,86). Sum of RGB (Red+Green+Blue) = 200+22+86=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C81656 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81656 is #37E9A9. Grayscale: #525252. Windows color (decimal): -3664298 or 5641928. OLE color: 5641928.
HSL color Cylindrical-coordinate representation of color #C81656: hue angle of 338.43º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81656 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 86 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.22 |
| HSL | 338.43º | 0.8% | 0.44% | - |
| HSV(B) | 338.43º | 0.89% | 0.78% | - |
| XYZ | 25.79 | 13.53 | 10.06 | - |
| YUV | 82.52 | 129.97 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 86 | 0 | 0.89 | 0.57 | 0.22 | 338.43 | 0.8 | 0.44 |
| Hex | C8 | 16 | 56 | 0 | 59 | 39 | 16 | 152 | 50 | 2C |
| Octal | 310 | 26 | 126 | 0 | 131 | 71 | 26 | 522 | 120 | 54 |
| Binary | 11001000 | 10110 | 1010110 | 0 | 1011001 | 111001 | 10110 | 101010010 | 1010000 | 101100 |
Color Harmonies of #C81656
Complementary color
Monochromatic Colors of #C81656
Black with #C81656
Text Example
Text Example
White with #C81656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81656; }
p { color: rgb(200,22,86); }
H1.HeaderClassName
{
color: #C81656;
}
.AnyTagClassName
{
color: #C81656;
}
</style>
background-color css
<style>
a { background-color: #C81656; }
a { background-color: rgb(200,22,86); }
div.DivClassName
{
background-color: #C81656;
}
.BgClassName
{
background-color: #C81656;
}
</style>
border-color css
<style>
span { border-color: #C81656; }
span { border-color: rgb(200,22,86); }
td.TdClassName
{
border-color: #C81656;
}
.TagClassName
{
border-color: #C81656;
}
</style>