Shades of Ruby #C60567
Tints of Ruby #C60567
RGB
CMYK
RGB Variations
Color information
#C60567 (or 0xC60567) is known color: Ruby. HEX triplet: C6, 05 and 67. RGB value is (198,5,103). Sum of RGB (Red+Green+Blue) = 198+5+103=306 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.71% from 306); Green value is 5 (2.34% from 255 or 1.63% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 198 - color contains mainly: red. Hex color #C60567 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60567 is #39FA98. Grayscale: #494949. Windows color (decimal): -3799705 or 6751686. OLE color: 6751686.
HSL color Cylindrical-coordinate representation of color #C60567: hue angle of 329.53º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C60567 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 5 | 103 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.22 |
| HSL | 329.53º | 0.95% | 0.4% | - |
| HSV(B) | 329.53º | 0.97% | 0.78% | - |
| XYZ | 25.79 | 13.09 | 14 | - |
| YUV | 73.88 | 144.44 | 216.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 5 | 103 | 0 | 0.97 | 0.48 | 0.22 | 329.53 | 0.95 | 0.4 |
| Hex | C6 | 5 | 67 | 0 | 61 | 30 | 16 | 14A | 5F | 28 |
| Octal | 306 | 5 | 147 | 0 | 141 | 60 | 26 | 512 | 137 | 50 |
| Binary | 11000110 | 101 | 1100111 | 0 | 1100001 | 110000 | 10110 | 101001010 | 1011111 | 101000 |
Color Harmonies of #C60567
Complementary color
Monochromatic Colors of #C60567
Black with #C60567
Text Example
Text Example
White with #C60567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60567; }
p { color: rgb(198,5,103); }
H1.HeaderClassName
{
color: #C60567;
}
.AnyTagClassName
{
color: #C60567;
}
</style>
background-color css
<style>
a { background-color: #C60567; }
a { background-color: rgb(198,5,103); }
div.DivClassName
{
background-color: #C60567;
}
.BgClassName
{
background-color: #C60567;
}
</style>
border-color css
<style>
span { border-color: #C60567; }
span { border-color: rgb(198,5,103); }
td.TdClassName
{
border-color: #C60567;
}
.TagClassName
{
border-color: #C60567;
}
</style>