Shades of Ruby #C61467
Tints of Ruby #C61467
RGB
CMYK
RGB Variations
Color information
#C61467 (or 0xC61467) is known color: Ruby. HEX triplet: C6, 14 and 67. RGB value is (198,20,103). Sum of RGB (Red+Green+Blue) = 198+20+103=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 103 (40.62% from 255 or 32.09% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C61467 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61467 is #39EB98. Grayscale: #525252. Windows color (decimal): -3795865 or 6755526. OLE color: 6755526.
HSL color Cylindrical-coordinate representation of color #C61467: hue angle of 332.02º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C61467 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 20 | 103 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.22 |
| HSL | 332.02º | 0.82% | 0.43% | - |
| HSV(B) | 332.02º | 0.9% | 0.78% | - |
| XYZ | 25.99 | 13.49 | 14.07 | - |
| YUV | 82.68 | 139.47 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 103 | 0 | 0.90 | 0.48 | 0.22 | 332.02 | 0.82 | 0.43 |
| Hex | C6 | 14 | 67 | 0 | 5A | 30 | 16 | 14C | 52 | 2B |
| Octal | 306 | 24 | 147 | 0 | 132 | 60 | 26 | 514 | 122 | 53 |
| Binary | 11000110 | 10100 | 1100111 | 0 | 1011010 | 110000 | 10110 | 101001100 | 1010010 | 101011 |
Color Harmonies of #C61467
Complementary color
Monochromatic Colors of #C61467
Black with #C61467
Text Example
Text Example
White with #C61467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61467; }
p { color: rgb(198,20,103); }
H1.HeaderClassName
{
color: #C61467;
}
.AnyTagClassName
{
color: #C61467;
}
</style>
background-color css
<style>
a { background-color: #C61467; }
a { background-color: rgb(198,20,103); }
div.DivClassName
{
background-color: #C61467;
}
.BgClassName
{
background-color: #C61467;
}
</style>
border-color css
<style>
span { border-color: #C61467; }
span { border-color: rgb(198,20,103); }
td.TdClassName
{
border-color: #C61467;
}
.TagClassName
{
border-color: #C61467;
}
</style>