Shades of Ruby #C60268
Tints of Ruby #C60268
RGB
CMYK
RGB Variations
Color information
#C60268 (or 0xC60268) is known color: Ruby. HEX triplet: C6, 02 and 68. RGB value is (198,2,104). Sum of RGB (Red+Green+Blue) = 198+2+104=304 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.13% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 198 - color contains mainly: red. Hex color #C60268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60268 is #39FD97. Grayscale: #484848. Windows color (decimal): -3800472 or 6816454. OLE color: 6816454.
HSL color Cylindrical-coordinate representation of color #C60268: hue angle of 328.78º degrees, saturation: 0.98, 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 #C60268 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 2 | 104 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.22 |
| HSL | 328.78º | 0.98% | 0.39% | - |
| HSV(B) | 328.78º | 0.99% | 0.78% | - |
| XYZ | 25.81 | 13.05 | 14.26 | - |
| YUV | 72.23 | 145.93 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 104 | 0 | 0.99 | 0.47 | 0.22 | 328.78 | 0.98 | 0.39 |
| Hex | C6 | 2 | 68 | 0 | 63 | 2F | 16 | 149 | 62 | 27 |
| Octal | 306 | 2 | 150 | 0 | 143 | 57 | 26 | 511 | 142 | 47 |
| Binary | 11000110 | 10 | 1101000 | 0 | 1100011 | 101111 | 10110 | 101001001 | 1100010 | 100111 |
Color Harmonies of #C60268
Complementary color
Monochromatic Colors of #C60268
Black with #C60268
Text Example
Text Example
White with #C60268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60268; }
p { color: rgb(198,2,104); }
H1.HeaderClassName
{
color: #C60268;
}
.AnyTagClassName
{
color: #C60268;
}
</style>
background-color css
<style>
a { background-color: #C60268; }
a { background-color: rgb(198,2,104); }
div.DivClassName
{
background-color: #C60268;
}
.BgClassName
{
background-color: #C60268;
}
</style>
border-color css
<style>
span { border-color: #C60268; }
span { border-color: rgb(198,2,104); }
td.TdClassName
{
border-color: #C60268;
}
.TagClassName
{
border-color: #C60268;
}
</style>