Shades of Ruby #C3085C
Tints of Ruby #C3085C
RGB
CMYK
RGB Variations
Color information
#C3085C (or 0xC3085C) is known color: Ruby. HEX triplet: C3, 08 and 5C. RGB value is (195,8,92). Sum of RGB (Red+Green+Blue) = 195+8+92=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C3085C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3085C is #3CF7A3. Grayscale: #494949. Windows color (decimal): -3995556 or 6031555. OLE color: 6031555.
HSL color Cylindrical-coordinate representation of color #C3085C: hue angle of 333.05º 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 #C3085C is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 8 | 92 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.24 |
| HSL | 333.05º | 0.92% | 0.4% | - |
| HSV(B) | 333.05º | 0.96% | 0.76% | - |
| XYZ | 24.52 | 12.55 | 11.25 | - |
| YUV | 73.49 | 138.45 | 214.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 8 | 92 | 0 | 0.96 | 0.53 | 0.24 | 333.05 | 0.92 | 0.4 |
| Hex | C3 | 8 | 5C | 0 | 60 | 35 | 18 | 14D | 5C | 28 |
| Octal | 303 | 10 | 134 | 0 | 140 | 65 | 30 | 515 | 134 | 50 |
| Binary | 11000011 | 1000 | 1011100 | 0 | 1100000 | 110101 | 11000 | 101001101 | 1011100 | 101000 |
Color Harmonies of #C3085C
Complementary color
Monochromatic Colors of #C3085C
Black with #C3085C
Text Example
Text Example
White with #C3085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3085C; }
p { color: rgb(195,8,92); }
H1.HeaderClassName
{
color: #C3085C;
}
.AnyTagClassName
{
color: #C3085C;
}
</style>
background-color css
<style>
a { background-color: #C3085C; }
a { background-color: rgb(195,8,92); }
div.DivClassName
{
background-color: #C3085C;
}
.BgClassName
{
background-color: #C3085C;
}
</style>
border-color css
<style>
span { border-color: #C3085C; }
span { border-color: rgb(195,8,92); }
td.TdClassName
{
border-color: #C3085C;
}
.TagClassName
{
border-color: #C3085C;
}
</style>