Shades of Ruby #C60A5C
Tints of Ruby #C60A5C
RGB
CMYK
RGB Variations
Color information
#C60A5C (or 0xC60A5C) is known color: Ruby. HEX triplet: C6, 0A and 5C. RGB value is (198,10,92). Sum of RGB (Red+Green+Blue) = 198+10+92=300 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66% from 300); Green value is 10 (4.30% from 255 or 3.33% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 198 - color contains mainly: red. Hex color #C60A5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60A5C is #39F5A3. Grayscale: #4B4B4B. Windows color (decimal): -3798436 or 6032070. OLE color: 6032070.
HSL color Cylindrical-coordinate representation of color #C60A5C: hue angle of 333.83º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60A5C is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 10 | 92 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.22 |
| HSL | 333.83º | 0.9% | 0.41% | - |
| HSV(B) | 333.83º | 0.95% | 0.78% | - |
| XYZ | 25.33 | 13 | 11.3 | - |
| YUV | 75.56 | 137.28 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 10 | 92 | 0 | 0.95 | 0.54 | 0.22 | 333.83 | 0.9 | 0.41 |
| Hex | C6 | A | 5C | 0 | 5F | 36 | 16 | 14E | 5A | 29 |
| Octal | 306 | 12 | 134 | 0 | 137 | 66 | 26 | 516 | 132 | 51 |
| Binary | 11000110 | 1010 | 1011100 | 0 | 1011111 | 110110 | 10110 | 101001110 | 1011010 | 101001 |
Color Harmonies of #C60A5C
Complementary color
Monochromatic Colors of #C60A5C
Black with #C60A5C
Text Example
Text Example
White with #C60A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60A5C; }
p { color: rgb(198,10,92); }
H1.HeaderClassName
{
color: #C60A5C;
}
.AnyTagClassName
{
color: #C60A5C;
}
</style>
background-color css
<style>
a { background-color: #C60A5C; }
a { background-color: rgb(198,10,92); }
div.DivClassName
{
background-color: #C60A5C;
}
.BgClassName
{
background-color: #C60A5C;
}
</style>
border-color css
<style>
span { border-color: #C60A5C; }
span { border-color: rgb(198,10,92); }
td.TdClassName
{
border-color: #C60A5C;
}
.TagClassName
{
border-color: #C60A5C;
}
</style>