Shades of Ruby #C60853
Tints of Ruby #C60853
RGB
CMYK
RGB Variations
Color information
#C60853 (or 0xC60853) is known color: Ruby. HEX triplet: C6, 08 and 53. RGB value is (198,8,83). Sum of RGB (Red+Green+Blue) = 198+8+83=289 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.51% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 83 (32.81% from 255 or 28.72% from 289); Max value from RGB is 198 - color contains mainly: red. Hex color #C60853 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60853 is #39F7AC. Grayscale: #494949. Windows color (decimal): -3798957 or 5441734. OLE color: 5441734.
HSL color Cylindrical-coordinate representation of color #C60853: hue angle of 336.32º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C60853 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 8 | 83 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.22 |
| HSL | 336.32º | 0.92% | 0.4% | - |
| HSV(B) | 336.32º | 0.96% | 0.78% | - |
| XYZ | 24.94 | 12.8 | 9.34 | - |
| YUV | 73.36 | 133.45 | 216.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 8 | 83 | 0 | 0.96 | 0.58 | 0.22 | 336.32 | 0.92 | 0.4 |
| Hex | C6 | 8 | 53 | 0 | 60 | 3A | 16 | 150 | 5C | 28 |
| Octal | 306 | 10 | 123 | 0 | 140 | 72 | 26 | 520 | 134 | 50 |
| Binary | 11000110 | 1000 | 1010011 | 0 | 1100000 | 111010 | 10110 | 101010000 | 1011100 | 101000 |
Color Harmonies of #C60853
Complementary color
Monochromatic Colors of #C60853
Black with #C60853
Text Example
Text Example
White with #C60853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60853; }
p { color: rgb(198,8,83); }
H1.HeaderClassName
{
color: #C60853;
}
.AnyTagClassName
{
color: #C60853;
}
</style>
background-color css
<style>
a { background-color: #C60853; }
a { background-color: rgb(198,8,83); }
div.DivClassName
{
background-color: #C60853;
}
.BgClassName
{
background-color: #C60853;
}
</style>
border-color css
<style>
span { border-color: #C60853; }
span { border-color: rgb(198,8,83); }
td.TdClassName
{
border-color: #C60853;
}
.TagClassName
{
border-color: #C60853;
}
</style>