Shades of Ruby #C4165B
Tints of Ruby #C4165B
RGB
CMYK
RGB Variations
Color information
#C4165B (or 0xC4165B) is known color: Ruby. HEX triplet: C4, 16 and 5B. RGB value is (196,22,91). Sum of RGB (Red+Green+Blue) = 196+22+91=309 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.43% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 196 - color contains mainly: red. Hex color #C4165B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4165B is #3BE9A4. Grayscale: #515151. Windows color (decimal): -3926437 or 5969604. OLE color: 5969604.
HSL color Cylindrical-coordinate representation of color #C4165B: hue angle of 336.21º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C4165B is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 22 | 91 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.23 |
| HSL | 336.21º | 0.8% | 0.43% | - |
| HSV(B) | 336.21º | 0.89% | 0.77% | - |
| XYZ | 24.94 | 13.06 | 11.1 | - |
| YUV | 81.89 | 133.15 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 22 | 91 | 0 | 0.89 | 0.54 | 0.23 | 336.21 | 0.8 | 0.43 |
| Hex | C4 | 16 | 5B | 0 | 59 | 36 | 17 | 150 | 50 | 2B |
| Octal | 304 | 26 | 133 | 0 | 131 | 66 | 27 | 520 | 120 | 53 |
| Binary | 11000100 | 10110 | 1011011 | 0 | 1011001 | 110110 | 10111 | 101010000 | 1010000 | 101011 |
Color Harmonies of #C4165B
Complementary color
Monochromatic Colors of #C4165B
Black with #C4165B
Text Example
Text Example
White with #C4165B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4165B; }
p { color: rgb(196,22,91); }
H1.HeaderClassName
{
color: #C4165B;
}
.AnyTagClassName
{
color: #C4165B;
}
</style>
background-color css
<style>
a { background-color: #C4165B; }
a { background-color: rgb(196,22,91); }
div.DivClassName
{
background-color: #C4165B;
}
.BgClassName
{
background-color: #C4165B;
}
</style>
border-color css
<style>
span { border-color: #C4165B; }
span { border-color: rgb(196,22,91); }
td.TdClassName
{
border-color: #C4165B;
}
.TagClassName
{
border-color: #C4165B;
}
</style>