Shades of Ruby #C60169
Tints of Ruby #C60169
RGB
CMYK
RGB Variations
Color information
#C60169 (or 0xC60169) is known color: Ruby. HEX triplet: C6, 01 and 69. RGB value is (198,1,105). Sum of RGB (Red+Green+Blue) = 198+1+105=304 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.13% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 198 - color contains mainly: red. Hex color #C60169 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60169 is #39FE96. Grayscale: #474747. Windows color (decimal): -3800727 or 6881734. OLE color: 6881734.
HSL color Cylindrical-coordinate representation of color #C60169: hue angle of 328.32º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C60169 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 1 | 105 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.22 |
| HSL | 328.32º | 0.99% | 0.39% | - |
| HSV(B) | 328.32º | 0.99% | 0.78% | - |
| XYZ | 25.85 | 13.05 | 14.52 | - |
| YUV | 71.76 | 146.77 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 1 | 105 | 0 | 0.99 | 0.47 | 0.22 | 328.32 | 0.99 | 0.39 |
| Hex | C6 | 1 | 69 | 0 | 63 | 2F | 16 | 148 | 63 | 27 |
| Octal | 306 | 1 | 151 | 0 | 143 | 57 | 26 | 510 | 143 | 47 |
| Binary | 11000110 | 1 | 1101001 | 0 | 1100011 | 101111 | 10110 | 101001000 | 1100011 | 100111 |
Color Harmonies of #C60169
Complementary color
Monochromatic Colors of #C60169
Black with #C60169
Text Example
Text Example
White with #C60169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60169; }
p { color: rgb(198,1,105); }
H1.HeaderClassName
{
color: #C60169;
}
.AnyTagClassName
{
color: #C60169;
}
</style>
background-color css
<style>
a { background-color: #C60169; }
a { background-color: rgb(198,1,105); }
div.DivClassName
{
background-color: #C60169;
}
.BgClassName
{
background-color: #C60169;
}
</style>
border-color css
<style>
span { border-color: #C60169; }
span { border-color: rgb(198,1,105); }
td.TdClassName
{
border-color: #C60169;
}
.TagClassName
{
border-color: #C60169;
}
</style>