Shades of Ruby #C61B5C
Tints of Ruby #C61B5C
RGB
CMYK
RGB Variations
Color information
#C61B5C (or 0xC61B5C) is known color: Ruby. HEX triplet: C6, 1B and 5C. RGB value is (198,27,92). Sum of RGB (Red+Green+Blue) = 198+27+92=317 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.46% from 317); Green value is 27 (10.94% from 255 or 8.52% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61B5C is #39E4A3. Grayscale: #555555. Windows color (decimal): -3794084 or 6036422. OLE color: 6036422.
HSL color Cylindrical-coordinate representation of color #C61B5C: hue angle of 337.19º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C61B5C is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 27 | 92 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.22 |
| HSL | 337.19º | 0.76% | 0.44% | - |
| HSV(B) | 337.19º | 0.86% | 0.78% | - |
| XYZ | 25.61 | 13.56 | 11.39 | - |
| YUV | 85.54 | 131.65 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 27 | 92 | 0 | 0.86 | 0.54 | 0.22 | 337.19 | 0.76 | 0.44 |
| Hex | C6 | 1B | 5C | 0 | 56 | 36 | 16 | 151 | 4C | 2C |
| Octal | 306 | 33 | 134 | 0 | 126 | 66 | 26 | 521 | 114 | 54 |
| Binary | 11000110 | 11011 | 1011100 | 0 | 1010110 | 110110 | 10110 | 101010001 | 1001100 | 101100 |
Color Harmonies of #C61B5C
Complementary color
Monochromatic Colors of #C61B5C
Black with #C61B5C
Text Example
Text Example
White with #C61B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61B5C; }
p { color: rgb(198,27,92); }
H1.HeaderClassName
{
color: #C61B5C;
}
.AnyTagClassName
{
color: #C61B5C;
}
</style>
background-color css
<style>
a { background-color: #C61B5C; }
a { background-color: rgb(198,27,92); }
div.DivClassName
{
background-color: #C61B5C;
}
.BgClassName
{
background-color: #C61B5C;
}
</style>
border-color css
<style>
span { border-color: #C61B5C; }
span { border-color: rgb(198,27,92); }
td.TdClassName
{
border-color: #C61B5C;
}
.TagClassName
{
border-color: #C61B5C;
}
</style>