Shades of Ruby #C6095A
Tints of Ruby #C6095A
RGB
CMYK
RGB Variations
Color information
#C6095A (or 0xC6095A) is known color: Ruby. HEX triplet: C6, 09 and 5A. RGB value is (198,9,90). Sum of RGB (Red+Green+Blue) = 198+9+90=297 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.67% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 198 - color contains mainly: red. Hex color #C6095A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6095A is #39F6A5. Grayscale: #4A4A4A. Windows color (decimal): -3798694 or 5900742. OLE color: 5900742.
HSL color Cylindrical-coordinate representation of color #C6095A: hue angle of 334.29º 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 #C6095A is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 9 | 90 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.22 |
| HSL | 334.29º | 0.91% | 0.41% | - |
| HSV(B) | 334.29º | 0.95% | 0.78% | - |
| XYZ | 25.23 | 12.94 | 10.84 | - |
| YUV | 74.75 | 136.62 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 9 | 90 | 0 | 0.95 | 0.55 | 0.22 | 334.29 | 0.91 | 0.41 |
| Hex | C6 | 9 | 5A | 0 | 5F | 37 | 16 | 14E | 5B | 29 |
| Octal | 306 | 11 | 132 | 0 | 137 | 67 | 26 | 516 | 133 | 51 |
| Binary | 11000110 | 1001 | 1011010 | 0 | 1011111 | 110111 | 10110 | 101001110 | 1011011 | 101001 |
Color Harmonies of #C6095A
Complementary color
Monochromatic Colors of #C6095A
Black with #C6095A
Text Example
Text Example
White with #C6095A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6095A; }
p { color: rgb(198,9,90); }
H1.HeaderClassName
{
color: #C6095A;
}
.AnyTagClassName
{
color: #C6095A;
}
</style>
background-color css
<style>
a { background-color: #C6095A; }
a { background-color: rgb(198,9,90); }
div.DivClassName
{
background-color: #C6095A;
}
.BgClassName
{
background-color: #C6095A;
}
</style>
border-color css
<style>
span { border-color: #C6095A; }
span { border-color: rgb(198,9,90); }
td.TdClassName
{
border-color: #C6095A;
}
.TagClassName
{
border-color: #C6095A;
}
</style>