Shades of Ruby #C81653
Tints of Ruby #C81653
RGB
CMYK
RGB Variations
Color information
#C81653 (or 0xC81653) is known color: Ruby. HEX triplet: C8, 16 and 53. RGB value is (200,22,83). Sum of RGB (Red+Green+Blue) = 200+22+83=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 83 (32.81% from 255 or 27.21% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C81653 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81653 is #37E9AC. Grayscale: #525252. Windows color (decimal): -3664301 or 5445320. OLE color: 5445320.
HSL color Cylindrical-coordinate representation of color #C81653: hue angle of 339.44º 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 #C81653 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 83 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.22 |
| HSL | 339.44º | 0.8% | 0.44% | - |
| HSV(B) | 339.44º | 0.89% | 0.78% | - |
| XYZ | 25.67 | 13.48 | 9.43 | - |
| YUV | 82.18 | 128.47 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 83 | 0 | 0.89 | 0.58 | 0.22 | 339.44 | 0.8 | 0.44 |
| Hex | C8 | 16 | 53 | 0 | 59 | 3A | 16 | 153 | 50 | 2C |
| Octal | 310 | 26 | 123 | 0 | 131 | 72 | 26 | 523 | 120 | 54 |
| Binary | 11001000 | 10110 | 1010011 | 0 | 1011001 | 111010 | 10110 | 101010011 | 1010000 | 101100 |
Color Harmonies of #C81653
Complementary color
Monochromatic Colors of #C81653
Black with #C81653
Text Example
Text Example
White with #C81653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81653; }
p { color: rgb(200,22,83); }
H1.HeaderClassName
{
color: #C81653;
}
.AnyTagClassName
{
color: #C81653;
}
</style>
background-color css
<style>
a { background-color: #C81653; }
a { background-color: rgb(200,22,83); }
div.DivClassName
{
background-color: #C81653;
}
.BgClassName
{
background-color: #C81653;
}
</style>
border-color css
<style>
span { border-color: #C81653; }
span { border-color: rgb(200,22,83); }
td.TdClassName
{
border-color: #C81653;
}
.TagClassName
{
border-color: #C81653;
}
</style>