Shades of Ruby #C60267
Tints of Ruby #C60267
RGB
CMYK
RGB Variations
Color information
#C60267 (or 0xC60267) is known color: Ruby. HEX triplet: C6, 02 and 67. RGB value is (198,2,103). Sum of RGB (Red+Green+Blue) = 198+2+103=303 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.35% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 198 - color contains mainly: red. Hex color #C60267 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60267 is #39FD98. Grayscale: #474747. Windows color (decimal): -3800473 or 6750918. OLE color: 6750918.
HSL color Cylindrical-coordinate representation of color #C60267: hue angle of 329.08º 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 #C60267 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 2 | 103 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.22 |
| HSL | 329.08º | 0.98% | 0.39% | - |
| HSV(B) | 329.08º | 0.99% | 0.78% | - |
| XYZ | 25.76 | 13.03 | 13.99 | - |
| YUV | 72.12 | 145.43 | 217.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 103 | 0 | 0.99 | 0.48 | 0.22 | 329.08 | 0.98 | 0.39 |
| Hex | C6 | 2 | 67 | 0 | 63 | 30 | 16 | 149 | 62 | 27 |
| Octal | 306 | 2 | 147 | 0 | 143 | 60 | 26 | 511 | 142 | 47 |
| Binary | 11000110 | 10 | 1100111 | 0 | 1100011 | 110000 | 10110 | 101001001 | 1100010 | 100111 |
Color Harmonies of #C60267
Complementary color
Monochromatic Colors of #C60267
Black with #C60267
Text Example
Text Example
White with #C60267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60267; }
p { color: rgb(198,2,103); }
H1.HeaderClassName
{
color: #C60267;
}
.AnyTagClassName
{
color: #C60267;
}
</style>
background-color css
<style>
a { background-color: #C60267; }
a { background-color: rgb(198,2,103); }
div.DivClassName
{
background-color: #C60267;
}
.BgClassName
{
background-color: #C60267;
}
</style>
border-color css
<style>
span { border-color: #C60267; }
span { border-color: rgb(198,2,103); }
td.TdClassName
{
border-color: #C60267;
}
.TagClassName
{
border-color: #C60267;
}
</style>