Shades of Ruby #C6095F
Tints of Ruby #C6095F
RGB
CMYK
RGB Variations
Color information
#C6095F (or 0xC6095F) is known color: Ruby. HEX triplet: C6, 09 and 5F. RGB value is (198,9,95). Sum of RGB (Red+Green+Blue) = 198+9+95=302 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.56% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 198 - color contains mainly: red. Hex color #C6095F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6095F is #39F6A0. Grayscale: #4B4B4B. Windows color (decimal): -3798689 or 6228422. OLE color: 6228422.
HSL color Cylindrical-coordinate representation of color #C6095F: hue angle of 332.7º 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 #C6095F is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 9 | 95 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.22 |
| HSL | 332.7º | 0.91% | 0.41% | - |
| HSV(B) | 332.7º | 0.95% | 0.78% | - |
| XYZ | 25.45 | 13.03 | 12 | - |
| YUV | 75.32 | 139.12 | 215.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 9 | 95 | 0 | 0.95 | 0.52 | 0.22 | 332.7 | 0.91 | 0.41 |
| Hex | C6 | 9 | 5F | 0 | 5F | 34 | 16 | 14D | 5B | 29 |
| Octal | 306 | 11 | 137 | 0 | 137 | 64 | 26 | 515 | 133 | 51 |
| Binary | 11000110 | 1001 | 1011111 | 0 | 1011111 | 110100 | 10110 | 101001101 | 1011011 | 101001 |
Color Harmonies of #C6095F
Complementary color
Monochromatic Colors of #C6095F
Black with #C6095F
Text Example
Text Example
White with #C6095F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6095F; }
p { color: rgb(198,9,95); }
H1.HeaderClassName
{
color: #C6095F;
}
.AnyTagClassName
{
color: #C6095F;
}
</style>
background-color css
<style>
a { background-color: #C6095F; }
a { background-color: rgb(198,9,95); }
div.DivClassName
{
background-color: #C6095F;
}
.BgClassName
{
background-color: #C6095F;
}
</style>
border-color css
<style>
span { border-color: #C6095F; }
span { border-color: rgb(198,9,95); }
td.TdClassName
{
border-color: #C6095F;
}
.TagClassName
{
border-color: #C6095F;
}
</style>