Shades of Ruby #C8035C
Tints of Ruby #C8035C
RGB
CMYK
RGB Variations
Color information
#C8035C (or 0xC8035C) is known color: Ruby. HEX triplet: C8, 03 and 5C. RGB value is (200,3,92). Sum of RGB (Red+Green+Blue) = 200+3+92=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C8035C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8035C is #37FCA3. Grayscale: #474747. Windows color (decimal): -3669156 or 6030280. OLE color: 6030280.
HSL color Cylindrical-coordinate representation of color #C8035C: hue angle of 332.89º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8035C is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 3 | 92 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.22 |
| HSL | 332.89º | 0.97% | 0.4% | - |
| HSV(B) | 332.89º | 0.99% | 0.78% | - |
| XYZ | 25.78 | 13.12 | 11.3 | - |
| YUV | 72.05 | 139.27 | 219.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 92 | 0 | 0.98 | 0.54 | 0.22 | 332.89 | 0.97 | 0.4 |
| Hex | C8 | 3 | 5C | 0 | 62 | 36 | 16 | 14D | 61 | 28 |
| Octal | 310 | 3 | 134 | 0 | 142 | 66 | 26 | 515 | 141 | 50 |
| Binary | 11001000 | 11 | 1011100 | 0 | 1100010 | 110110 | 10110 | 101001101 | 1100001 | 101000 |
Color Harmonies of #C8035C
Complementary color
Monochromatic Colors of #C8035C
Black with #C8035C
Text Example
Text Example
White with #C8035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8035C; }
p { color: rgb(200,3,92); }
H1.HeaderClassName
{
color: #C8035C;
}
.AnyTagClassName
{
color: #C8035C;
}
</style>
background-color css
<style>
a { background-color: #C8035C; }
a { background-color: rgb(200,3,92); }
div.DivClassName
{
background-color: #C8035C;
}
.BgClassName
{
background-color: #C8035C;
}
</style>
border-color css
<style>
span { border-color: #C8035C; }
span { border-color: rgb(200,3,92); }
td.TdClassName
{
border-color: #C8035C;
}
.TagClassName
{
border-color: #C8035C;
}
</style>