Shades of Ruby #C81652
Tints of Ruby #C81652
RGB
CMYK
RGB Variations
Color information
#C81652 (or 0xC81652) is known color: Ruby. HEX triplet: C8, 16 and 52. RGB value is (200,22,82). Sum of RGB (Red+Green+Blue) = 200+22+82=304 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.79% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 200 - color contains mainly: red. Hex color #C81652 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81652 is #37E9AD. Grayscale: #525252. Windows color (decimal): -3664302 or 5379784. OLE color: 5379784.
HSL color Cylindrical-coordinate representation of color #C81652: hue angle of 339.78º 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 #C81652 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 82 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.22 |
| HSL | 339.78º | 0.8% | 0.44% | - |
| HSV(B) | 339.78º | 0.89% | 0.78% | - |
| XYZ | 25.63 | 13.46 | 9.23 | - |
| YUV | 82.06 | 127.97 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 82 | 0 | 0.89 | 0.59 | 0.22 | 339.78 | 0.8 | 0.44 |
| Hex | C8 | 16 | 52 | 0 | 59 | 3B | 16 | 154 | 50 | 2C |
| Octal | 310 | 26 | 122 | 0 | 131 | 73 | 26 | 524 | 120 | 54 |
| Binary | 11001000 | 10110 | 1010010 | 0 | 1011001 | 111011 | 10110 | 101010100 | 1010000 | 101100 |
Color Harmonies of #C81652
Complementary color
Monochromatic Colors of #C81652
Black with #C81652
Text Example
Text Example
White with #C81652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81652; }
p { color: rgb(200,22,82); }
H1.HeaderClassName
{
color: #C81652;
}
.AnyTagClassName
{
color: #C81652;
}
</style>
background-color css
<style>
a { background-color: #C81652; }
a { background-color: rgb(200,22,82); }
div.DivClassName
{
background-color: #C81652;
}
.BgClassName
{
background-color: #C81652;
}
</style>
border-color css
<style>
span { border-color: #C81652; }
span { border-color: rgb(200,22,82); }
td.TdClassName
{
border-color: #C81652;
}
.TagClassName
{
border-color: #C81652;
}
</style>