Shades of Ruby #C8135C
Tints of Ruby #C8135C
RGB
CMYK
RGB Variations
Color information
#C8135C (or 0xC8135C) is known color: Ruby. HEX triplet: C8, 13 and 5C. RGB value is (200,19,92). Sum of RGB (Red+Green+Blue) = 200+19+92=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C8135C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8135C is #37ECA3. Grayscale: #515151. Windows color (decimal): -3665060 or 6034376. OLE color: 6034376.
HSL color Cylindrical-coordinate representation of color #C8135C: hue angle of 335.8º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8135C is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 19 | 92 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.22 |
| HSL | 335.8º | 0.83% | 0.43% | - |
| HSV(B) | 335.8º | 0.91% | 0.78% | - |
| XYZ | 25.98 | 13.52 | 11.36 | - |
| YUV | 81.44 | 133.97 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 19 | 92 | 0 | 0.90 | 0.54 | 0.22 | 335.8 | 0.83 | 0.43 |
| Hex | C8 | 13 | 5C | 0 | 5A | 36 | 16 | 150 | 53 | 2B |
| Octal | 310 | 23 | 134 | 0 | 132 | 66 | 26 | 520 | 123 | 53 |
| Binary | 11001000 | 10011 | 1011100 | 0 | 1011010 | 110110 | 10110 | 101010000 | 1010011 | 101011 |
Color Harmonies of #C8135C
Complementary color
Monochromatic Colors of #C8135C
Black with #C8135C
Text Example
Text Example
White with #C8135C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8135C; }
p { color: rgb(200,19,92); }
H1.HeaderClassName
{
color: #C8135C;
}
.AnyTagClassName
{
color: #C8135C;
}
</style>
background-color css
<style>
a { background-color: #C8135C; }
a { background-color: rgb(200,19,92); }
div.DivClassName
{
background-color: #C8135C;
}
.BgClassName
{
background-color: #C8135C;
}
</style>
border-color css
<style>
span { border-color: #C8135C; }
span { border-color: rgb(200,19,92); }
td.TdClassName
{
border-color: #C8135C;
}
.TagClassName
{
border-color: #C8135C;
}
</style>