Shades of Ruby #C3185A
Tints of Ruby #C3185A
RGB
CMYK
RGB Variations
Color information
#C3185A (or 0xC3185A) is known color: Ruby. HEX triplet: C3, 18 and 5A. RGB value is (195,24,90). Sum of RGB (Red+Green+Blue) = 195+24+90=309 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.11% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 195 - color contains mainly: red. Hex color #C3185A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3185A is #3CE7A5. Grayscale: #525252. Windows color (decimal): -3991462 or 5904579. OLE color: 5904579.
HSL color Cylindrical-coordinate representation of color #C3185A: hue angle of 336.84º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C3185A is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 90 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.24 |
| HSL | 336.84º | 0.78% | 0.43% | - |
| HSV(B) | 336.84º | 0.88% | 0.76% | - |
| XYZ | 24.68 | 12.99 | 10.88 | - |
| YUV | 82.65 | 132.15 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 90 | 0 | 0.88 | 0.54 | 0.24 | 336.84 | 0.78 | 0.43 |
| Hex | C3 | 18 | 5A | 0 | 58 | 36 | 18 | 151 | 4E | 2B |
| Octal | 303 | 30 | 132 | 0 | 130 | 66 | 30 | 521 | 116 | 53 |
| Binary | 11000011 | 11000 | 1011010 | 0 | 1011000 | 110110 | 11000 | 101010001 | 1001110 | 101011 |
Color Harmonies of #C3185A
Complementary color
Monochromatic Colors of #C3185A
Black with #C3185A
Text Example
Text Example
White with #C3185A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3185A; }
p { color: rgb(195,24,90); }
H1.HeaderClassName
{
color: #C3185A;
}
.AnyTagClassName
{
color: #C3185A;
}
</style>
background-color css
<style>
a { background-color: #C3185A; }
a { background-color: rgb(195,24,90); }
div.DivClassName
{
background-color: #C3185A;
}
.BgClassName
{
background-color: #C3185A;
}
</style>
border-color css
<style>
span { border-color: #C3185A; }
span { border-color: rgb(195,24,90); }
td.TdClassName
{
border-color: #C3185A;
}
.TagClassName
{
border-color: #C3185A;
}
</style>