Shades of Ruby #C3085A
Tints of Ruby #C3085A
RGB
CMYK
RGB Variations
Color information
#C3085A (or 0xC3085A) is known color: Ruby. HEX triplet: C3, 08 and 5A. RGB value is (195,8,90). Sum of RGB (Red+Green+Blue) = 195+8+90=293 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.55% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 195 - color contains mainly: red. Hex color #C3085A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3085A is #3CF7A5. Grayscale: #494949. Windows color (decimal): -3995558 or 5900483. OLE color: 5900483.
HSL color Cylindrical-coordinate representation of color #C3085A: hue angle of 333.69º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C3085A is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 8 | 90 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.24 |
| HSL | 333.69º | 0.92% | 0.4% | - |
| HSV(B) | 333.69º | 0.96% | 0.76% | - |
| XYZ | 24.44 | 12.51 | 10.8 | - |
| YUV | 73.26 | 137.45 | 214.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 8 | 90 | 0 | 0.96 | 0.54 | 0.24 | 333.69 | 0.92 | 0.4 |
| Hex | C3 | 8 | 5A | 0 | 60 | 36 | 18 | 14E | 5C | 28 |
| Octal | 303 | 10 | 132 | 0 | 140 | 66 | 30 | 516 | 134 | 50 |
| Binary | 11000011 | 1000 | 1011010 | 0 | 1100000 | 110110 | 11000 | 101001110 | 1011100 | 101000 |
Color Harmonies of #C3085A
Complementary color
Monochromatic Colors of #C3085A
Black with #C3085A
Text Example
Text Example
White with #C3085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3085A; }
p { color: rgb(195,8,90); }
H1.HeaderClassName
{
color: #C3085A;
}
.AnyTagClassName
{
color: #C3085A;
}
</style>
background-color css
<style>
a { background-color: #C3085A; }
a { background-color: rgb(195,8,90); }
div.DivClassName
{
background-color: #C3085A;
}
.BgClassName
{
background-color: #C3085A;
}
</style>
border-color css
<style>
span { border-color: #C3085A; }
span { border-color: rgb(195,8,90); }
td.TdClassName
{
border-color: #C3085A;
}
.TagClassName
{
border-color: #C3085A;
}
</style>