Shades of Ruby #C61469
Tints of Ruby #C61469
RGB
CMYK
RGB Variations
Color information
#C61469 (or 0xC61469) is known color: Ruby. HEX triplet: C6, 14 and 69. RGB value is (198,20,105). Sum of RGB (Red+Green+Blue) = 198+20+105=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 105 (41.41% from 255 or 32.51% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C61469 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61469 is #39EB96. Grayscale: #525252. Windows color (decimal): -3795863 or 6886598. OLE color: 6886598.
HSL color Cylindrical-coordinate representation of color #C61469: hue angle of 331.35º 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 #C61469 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 20 | 105 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.22 |
| HSL | 331.35º | 0.82% | 0.43% | - |
| HSV(B) | 331.35º | 0.9% | 0.78% | - |
| XYZ | 26.09 | 13.53 | 14.6 | - |
| YUV | 82.91 | 140.47 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 105 | 0 | 0.90 | 0.47 | 0.22 | 331.35 | 0.82 | 0.43 |
| Hex | C6 | 14 | 69 | 0 | 5A | 2F | 16 | 14B | 52 | 2B |
| Octal | 306 | 24 | 151 | 0 | 132 | 57 | 26 | 513 | 122 | 53 |
| Binary | 11000110 | 10100 | 1101001 | 0 | 1011010 | 101111 | 10110 | 101001011 | 1010010 | 101011 |
Color Harmonies of #C61469
Complementary color
Monochromatic Colors of #C61469
Black with #C61469
Text Example
Text Example
White with #C61469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61469; }
p { color: rgb(198,20,105); }
H1.HeaderClassName
{
color: #C61469;
}
.AnyTagClassName
{
color: #C61469;
}
</style>
background-color css
<style>
a { background-color: #C61469; }
a { background-color: rgb(198,20,105); }
div.DivClassName
{
background-color: #C61469;
}
.BgClassName
{
background-color: #C61469;
}
</style>
border-color css
<style>
span { border-color: #C61469; }
span { border-color: rgb(198,20,105); }
td.TdClassName
{
border-color: #C61469;
}
.TagClassName
{
border-color: #C61469;
}
</style>