Shades of Ruby #C6165A
Tints of Ruby #C6165A
RGB
CMYK
RGB Variations
Color information
#C6165A (or 0xC6165A) is known color: Ruby. HEX triplet: C6, 16 and 5A. RGB value is (198,22,90). Sum of RGB (Red+Green+Blue) = 198+22+90=310 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.87% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 198 - color contains mainly: red. Hex color #C6165A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6165A is #39E9A5. Grayscale: #525252. Windows color (decimal): -3795366 or 5904070. OLE color: 5904070.
HSL color Cylindrical-coordinate representation of color #C6165A: hue angle of 336.82º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C6165A is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 22 | 90 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.22 |
| HSL | 336.82º | 0.8% | 0.43% | - |
| HSV(B) | 336.82º | 0.89% | 0.78% | - |
| XYZ | 25.42 | 13.32 | 10.9 | - |
| YUV | 82.38 | 132.31 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 90 | 0 | 0.89 | 0.55 | 0.22 | 336.82 | 0.8 | 0.43 |
| Hex | C6 | 16 | 5A | 0 | 59 | 37 | 16 | 151 | 50 | 2B |
| Octal | 306 | 26 | 132 | 0 | 131 | 67 | 26 | 521 | 120 | 53 |
| Binary | 11000110 | 10110 | 1011010 | 0 | 1011001 | 110111 | 10110 | 101010001 | 1010000 | 101011 |
Color Harmonies of #C6165A
Complementary color
Monochromatic Colors of #C6165A
Black with #C6165A
Text Example
Text Example
White with #C6165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6165A; }
p { color: rgb(198,22,90); }
H1.HeaderClassName
{
color: #C6165A;
}
.AnyTagClassName
{
color: #C6165A;
}
</style>
background-color css
<style>
a { background-color: #C6165A; }
a { background-color: rgb(198,22,90); }
div.DivClassName
{
background-color: #C6165A;
}
.BgClassName
{
background-color: #C6165A;
}
</style>
border-color css
<style>
span { border-color: #C6165A; }
span { border-color: rgb(198,22,90); }
td.TdClassName
{
border-color: #C6165A;
}
.TagClassName
{
border-color: #C6165A;
}
</style>