Shades of Ruby #C60B4E
Tints of Ruby #C60B4E
RGB
CMYK
RGB Variations
Color information
#C60B4E (or 0xC60B4E) is known color: Ruby. HEX triplet: C6, 0B and 4E. RGB value is (198,11,78). Sum of RGB (Red+Green+Blue) = 198+11+78=287 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.99% from 287); Green value is 11 (4.69% from 255 or 3.83% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 198 - color contains mainly: red. Hex color #C60B4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60B4E is #39F4B1. Grayscale: #4A4A4A. Windows color (decimal): -3798194 or 5114822. OLE color: 5114822.
HSL color Cylindrical-coordinate representation of color #C60B4E: hue angle of 338.5º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60B4E is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 11 | 78 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.22 |
| HSL | 338.5º | 0.89% | 0.41% | - |
| HSV(B) | 338.5º | 0.94% | 0.78% | - |
| XYZ | 24.78 | 12.8 | 8.37 | - |
| YUV | 74.55 | 129.95 | 216.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 11 | 78 | 0 | 0.94 | 0.61 | 0.22 | 338.5 | 0.89 | 0.41 |
| Hex | C6 | B | 4E | 0 | 5E | 3D | 16 | 153 | 59 | 29 |
| Octal | 306 | 13 | 116 | 0 | 136 | 75 | 26 | 523 | 131 | 51 |
| Binary | 11000110 | 1011 | 1001110 | 0 | 1011110 | 111101 | 10110 | 101010011 | 1011001 | 101001 |
Color Harmonies of #C60B4E
Complementary color
Monochromatic Colors of #C60B4E
Black with #C60B4E
Text Example
Text Example
White with #C60B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60B4E; }
p { color: rgb(198,11,78); }
H1.HeaderClassName
{
color: #C60B4E;
}
.AnyTagClassName
{
color: #C60B4E;
}
</style>
background-color css
<style>
a { background-color: #C60B4E; }
a { background-color: rgb(198,11,78); }
div.DivClassName
{
background-color: #C60B4E;
}
.BgClassName
{
background-color: #C60B4E;
}
</style>
border-color css
<style>
span { border-color: #C60B4E; }
span { border-color: rgb(198,11,78); }
td.TdClassName
{
border-color: #C60B4E;
}
.TagClassName
{
border-color: #C60B4E;
}
</style>