Shades of Ruby #C61A6A
Tints of Ruby #C61A6A
RGB
CMYK
RGB Variations
Color information
#C61A6A (or 0xC61A6A) is known color: Ruby. HEX triplet: C6, 1A and 6A. RGB value is (198,26,106). Sum of RGB (Red+Green+Blue) = 198+26+106=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 26 (10.55% from 255 or 7.88% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C61A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61A6A is #39E595. Grayscale: #565656. Windows color (decimal): -3794326 or 6953670. OLE color: 6953670.
HSL color Cylindrical-coordinate representation of color #C61A6A: hue angle of 332.09º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61A6A is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 26 | 106 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.22 |
| HSL | 332.09º | 0.77% | 0.44% | - |
| HSV(B) | 332.09º | 0.87% | 0.78% | - |
| XYZ | 26.26 | 13.79 | 14.91 | - |
| YUV | 86.55 | 138.98 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 26 | 106 | 0 | 0.87 | 0.46 | 0.22 | 332.09 | 0.77 | 0.44 |
| Hex | C6 | 1A | 6A | 0 | 57 | 2E | 16 | 14C | 4D | 2C |
| Octal | 306 | 32 | 152 | 0 | 127 | 56 | 26 | 514 | 115 | 54 |
| Binary | 11000110 | 11010 | 1101010 | 0 | 1010111 | 101110 | 10110 | 101001100 | 1001101 | 101100 |
Color Harmonies of #C61A6A
Complementary color
Monochromatic Colors of #C61A6A
Black with #C61A6A
Text Example
Text Example
White with #C61A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61A6A; }
p { color: rgb(198,26,106); }
H1.HeaderClassName
{
color: #C61A6A;
}
.AnyTagClassName
{
color: #C61A6A;
}
</style>
background-color css
<style>
a { background-color: #C61A6A; }
a { background-color: rgb(198,26,106); }
div.DivClassName
{
background-color: #C61A6A;
}
.BgClassName
{
background-color: #C61A6A;
}
</style>
border-color css
<style>
span { border-color: #C61A6A; }
span { border-color: rgb(198,26,106); }
td.TdClassName
{
border-color: #C61A6A;
}
.TagClassName
{
border-color: #C61A6A;
}
</style>