Shades of Ruby #C6095C
Tints of Ruby #C6095C
RGB
CMYK
RGB Variations
Color information
#C6095C (or 0xC6095C) is known color: Ruby. HEX triplet: C6, 09 and 5C. RGB value is (198,9,92). Sum of RGB (Red+Green+Blue) = 198+9+92=299 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.22% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 198 - color contains mainly: red. Hex color #C6095C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6095C is #39F6A3. Grayscale: #4A4A4A. Windows color (decimal): -3798692 or 6031814. OLE color: 6031814.
HSL color Cylindrical-coordinate representation of color #C6095C: hue angle of 333.65º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C6095C is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 9 | 92 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.22 |
| HSL | 333.65º | 0.91% | 0.41% | - |
| HSV(B) | 333.65º | 0.95% | 0.78% | - |
| XYZ | 25.32 | 12.97 | 11.3 | - |
| YUV | 74.97 | 137.62 | 215.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 9 | 92 | 0 | 0.95 | 0.54 | 0.22 | 333.65 | 0.91 | 0.41 |
| Hex | C6 | 9 | 5C | 0 | 5F | 36 | 16 | 14E | 5B | 29 |
| Octal | 306 | 11 | 134 | 0 | 137 | 66 | 26 | 516 | 133 | 51 |
| Binary | 11000110 | 1001 | 1011100 | 0 | 1011111 | 110110 | 10110 | 101001110 | 1011011 | 101001 |
Color Harmonies of #C6095C
Complementary color
Monochromatic Colors of #C6095C
Black with #C6095C
Text Example
Text Example
White with #C6095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6095C; }
p { color: rgb(198,9,92); }
H1.HeaderClassName
{
color: #C6095C;
}
.AnyTagClassName
{
color: #C6095C;
}
</style>
background-color css
<style>
a { background-color: #C6095C; }
a { background-color: rgb(198,9,92); }
div.DivClassName
{
background-color: #C6095C;
}
.BgClassName
{
background-color: #C6095C;
}
</style>
border-color css
<style>
span { border-color: #C6095C; }
span { border-color: rgb(198,9,92); }
td.TdClassName
{
border-color: #C6095C;
}
.TagClassName
{
border-color: #C6095C;
}
</style>