Shades of Ruby #C81567
Tints of Ruby #C81567
RGB
CMYK
RGB Variations
Color information
#C81567 (or 0xC81567) is known color: Ruby. HEX triplet: C8, 15 and 67. RGB value is (200,21,103). Sum of RGB (Red+Green+Blue) = 200+21+103=324 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.73% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 200 - color contains mainly: red. Hex color #C81567 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81567 is #37EA98. Grayscale: #535353. Windows color (decimal): -3664537 or 6755784. OLE color: 6755784.
HSL color Cylindrical-coordinate representation of color #C81567: hue angle of 332.51º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81567 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 21 | 103 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.22 |
| HSL | 332.51º | 0.81% | 0.43% | - |
| HSV(B) | 332.51º | 0.9% | 0.78% | - |
| XYZ | 26.54 | 13.79 | 14.1 | - |
| YUV | 83.87 | 138.8 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 103 | 0 | 0.90 | 0.48 | 0.22 | 332.51 | 0.81 | 0.43 |
| Hex | C8 | 15 | 67 | 0 | 5A | 30 | 16 | 14D | 51 | 2B |
| Octal | 310 | 25 | 147 | 0 | 132 | 60 | 26 | 515 | 121 | 53 |
| Binary | 11001000 | 10101 | 1100111 | 0 | 1011010 | 110000 | 10110 | 101001101 | 1010001 | 101011 |
Color Harmonies of #C81567
Complementary color
Monochromatic Colors of #C81567
Black with #C81567
Text Example
Text Example
White with #C81567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81567; }
p { color: rgb(200,21,103); }
H1.HeaderClassName
{
color: #C81567;
}
.AnyTagClassName
{
color: #C81567;
}
</style>
background-color css
<style>
a { background-color: #C81567; }
a { background-color: rgb(200,21,103); }
div.DivClassName
{
background-color: #C81567;
}
.BgClassName
{
background-color: #C81567;
}
</style>
border-color css
<style>
span { border-color: #C81567; }
span { border-color: rgb(200,21,103); }
td.TdClassName
{
border-color: #C81567;
}
.TagClassName
{
border-color: #C81567;
}
</style>