Shades of Ruby #C60B5C
Tints of Ruby #C60B5C
RGB
CMYK
RGB Variations
Color information
#C60B5C (or 0xC60B5C) is known color: Ruby. HEX triplet: C6, 0B and 5C. RGB value is (198,11,92). Sum of RGB (Red+Green+Blue) = 198+11+92=301 (39% of max value = 765). Red value is 198 (77.73% from 255 or 65.78% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 198 - color contains mainly: red. Hex color #C60B5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60B5C is #39F4A3. Grayscale: #4C4C4C. Windows color (decimal): -3798180 or 6032326. OLE color: 6032326.
HSL color Cylindrical-coordinate representation of color #C60B5C: hue angle of 334.01º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60B5C is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
RGB | 198 | 11 | 92 | - |
CMYK | 0 | 0.94 | 0.54 | 0.22 |
HSL | 334.01º | 0.89% | 0.41% | - |
HSV(B) | 334.01º | 0.94% | 0.78% | - |
XYZ | 25.34 | 13.02 | 11.3 | - |
YUV | 76.15 | 136.95 | 214.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 11 | 92 | 0 | 0.94 | 0.54 | 0.22 | 334.01 | 0.89 | 0.41 |
Hex | C6 | B | 5C | 0 | 5E | 36 | 16 | 14E | 59 | 29 |
Octal | 306 | 13 | 134 | 0 | 136 | 66 | 26 | 516 | 131 | 51 |
Binary | 11000110 | 1011 | 1011100 | 0 | 1011110 | 110110 | 10110 | 101001110 | 1011001 | 101001 |
Color Harmonies of #C60B5C
Complementary color
Monochromatic Colors of #C60B5C
Black with #C60B5C
Text Example
Text Example
White with #C60B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60B5C; }
p { color: rgb(198,11,92); }
H1.HeaderClassName
{
color: #C60B5C;
}
.AnyTagClassName
{
color: #C60B5C;
}
</style>
background-color css
<style>
a { background-color: #C60B5C; }
a { background-color: rgb(198,11,92); }
div.DivClassName
{
background-color: #C60B5C;
}
.BgClassName
{
background-color: #C60B5C;
}
</style>
border-color css
<style>
span { border-color: #C60B5C; }
span { border-color: rgb(198,11,92); }
td.TdClassName
{
border-color: #C60B5C;
}
.TagClassName
{
border-color: #C60B5C;
}
</style>