Shades of Ruby #C81655
Tints of Ruby #C81655
RGB
CMYK
RGB Variations
Color information
#C81655 (or 0xC81655) is known color: Ruby. HEX triplet: C8, 16 and 55. RGB value is (200,22,85). Sum of RGB (Red+Green+Blue) = 200+22+85=307 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.15% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 200 - color contains mainly: red. Hex color #C81655 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81655 is #37E9AA. Grayscale: #525252. Windows color (decimal): -3664299 or 5576392. OLE color: 5576392.
HSL color Cylindrical-coordinate representation of color #C81655: hue angle of 338.76º 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 #C81655 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 85 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.22 |
| HSL | 338.76º | 0.8% | 0.44% | - |
| HSV(B) | 338.76º | 0.89% | 0.78% | - |
| XYZ | 25.75 | 13.51 | 9.84 | - |
| YUV | 82.4 | 129.47 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 85 | 0 | 0.89 | 0.58 | 0.22 | 338.76 | 0.8 | 0.44 |
| Hex | C8 | 16 | 55 | 0 | 59 | 3A | 16 | 153 | 50 | 2C |
| Octal | 310 | 26 | 125 | 0 | 131 | 72 | 26 | 523 | 120 | 54 |
| Binary | 11001000 | 10110 | 1010101 | 0 | 1011001 | 111010 | 10110 | 101010011 | 1010000 | 101100 |
Color Harmonies of #C81655
Complementary color
Monochromatic Colors of #C81655
Black with #C81655
Text Example
Text Example
White with #C81655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81655; }
p { color: rgb(200,22,85); }
H1.HeaderClassName
{
color: #C81655;
}
.AnyTagClassName
{
color: #C81655;
}
</style>
background-color css
<style>
a { background-color: #C81655; }
a { background-color: rgb(200,22,85); }
div.DivClassName
{
background-color: #C81655;
}
.BgClassName
{
background-color: #C81655;
}
</style>
border-color css
<style>
span { border-color: #C81655; }
span { border-color: rgb(200,22,85); }
td.TdClassName
{
border-color: #C81655;
}
.TagClassName
{
border-color: #C81655;
}
</style>