Shades of Ruby #C40867
Tints of Ruby #C40867
RGB
CMYK
RGB Variations
Color information
#C40867 (or 0xC40867) is known color: Ruby. HEX triplet: C4, 08 and 67. RGB value is (196,8,103). Sum of RGB (Red+Green+Blue) = 196+8+103=307 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.84% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 196 - color contains mainly: red. Hex color #C40867 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40867 is #3BF798. Grayscale: #4A4A4A. Windows color (decimal): -3930009 or 6752452. OLE color: 6752452.
HSL color Cylindrical-coordinate representation of color #C40867: hue angle of 329.68º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C40867 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 8 | 103 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.23 |
| HSL | 329.68º | 0.92% | 0.4% | - |
| HSV(B) | 329.68º | 0.96% | 0.77% | - |
| XYZ | 25.3 | 12.89 | 13.99 | - |
| YUV | 75.04 | 143.78 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 8 | 103 | 0 | 0.96 | 0.47 | 0.23 | 329.68 | 0.92 | 0.4 |
| Hex | C4 | 8 | 67 | 0 | 60 | 2F | 17 | 14A | 5C | 28 |
| Octal | 304 | 10 | 147 | 0 | 140 | 57 | 27 | 512 | 134 | 50 |
| Binary | 11000100 | 1000 | 1100111 | 0 | 1100000 | 101111 | 10111 | 101001010 | 1011100 | 101000 |
Color Harmonies of #C40867
Complementary color
Monochromatic Colors of #C40867
Black with #C40867
Text Example
Text Example
White with #C40867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40867; }
p { color: rgb(196,8,103); }
H1.HeaderClassName
{
color: #C40867;
}
.AnyTagClassName
{
color: #C40867;
}
</style>
background-color css
<style>
a { background-color: #C40867; }
a { background-color: rgb(196,8,103); }
div.DivClassName
{
background-color: #C40867;
}
.BgClassName
{
background-color: #C40867;
}
</style>
border-color css
<style>
span { border-color: #C40867; }
span { border-color: rgb(196,8,103); }
td.TdClassName
{
border-color: #C40867;
}
.TagClassName
{
border-color: #C40867;
}
</style>