Shades of Ruby #C81765
Tints of Ruby #C81765
RGB
CMYK
RGB Variations
Color information
#C81765 (or 0xC81765) is known color: Ruby. HEX triplet: C8, 17 and 65. RGB value is (200,23,101). Sum of RGB (Red+Green+Blue) = 200+23+101=324 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.73% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 200 - color contains mainly: red. Hex color #C81765 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81765 is #37E89A. Grayscale: #545454. Windows color (decimal): -3664027 or 6625224. OLE color: 6625224.
HSL color Cylindrical-coordinate representation of color #C81765: hue angle of 333.56º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81765 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 101 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.22 |
| HSL | 333.56º | 0.79% | 0.44% | - |
| HSV(B) | 333.56º | 0.89% | 0.78% | - |
| XYZ | 26.47 | 13.83 | 13.59 | - |
| YUV | 84.82 | 137.14 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 101 | 0 | 0.88 | 0.49 | 0.22 | 333.56 | 0.79 | 0.44 |
| Hex | C8 | 17 | 65 | 0 | 58 | 31 | 16 | 14E | 4F | 2C |
| Octal | 310 | 27 | 145 | 0 | 130 | 61 | 26 | 516 | 117 | 54 |
| Binary | 11001000 | 10111 | 1100101 | 0 | 1011000 | 110001 | 10110 | 101001110 | 1001111 | 101100 |
Color Harmonies of #C81765
Complementary color
Monochromatic Colors of #C81765
Black with #C81765
Text Example
Text Example
White with #C81765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81765; }
p { color: rgb(200,23,101); }
H1.HeaderClassName
{
color: #C81765;
}
.AnyTagClassName
{
color: #C81765;
}
</style>
background-color css
<style>
a { background-color: #C81765; }
a { background-color: rgb(200,23,101); }
div.DivClassName
{
background-color: #C81765;
}
.BgClassName
{
background-color: #C81765;
}
</style>
border-color css
<style>
span { border-color: #C81765; }
span { border-color: rgb(200,23,101); }
td.TdClassName
{
border-color: #C81765;
}
.TagClassName
{
border-color: #C81765;
}
</style>