Shades of Ruby #C8155C
Tints of Ruby #C8155C
RGB
CMYK
RGB Variations
Color information
#C8155C (or 0xC8155C) is known color: Ruby. HEX triplet: C8, 15 and 5C. RGB value is (200,21,92). Sum of RGB (Red+Green+Blue) = 200+21+92=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C8155C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8155C is #37EAA3. Grayscale: #525252. Windows color (decimal): -3664548 or 6034888. OLE color: 6034888.
HSL color Cylindrical-coordinate representation of color #C8155C: hue angle of 336.2º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8155C is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 21 | 92 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.22 |
| HSL | 336.2º | 0.81% | 0.43% | - |
| HSV(B) | 336.2º | 0.9% | 0.78% | - |
| XYZ | 26.02 | 13.59 | 11.38 | - |
| YUV | 82.62 | 133.3 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 92 | 0 | 0.90 | 0.54 | 0.22 | 336.2 | 0.81 | 0.43 |
| Hex | C8 | 15 | 5C | 0 | 5A | 36 | 16 | 150 | 51 | 2B |
| Octal | 310 | 25 | 134 | 0 | 132 | 66 | 26 | 520 | 121 | 53 |
| Binary | 11001000 | 10101 | 1011100 | 0 | 1011010 | 110110 | 10110 | 101010000 | 1010001 | 101011 |
Color Harmonies of #C8155C
Complementary color
Monochromatic Colors of #C8155C
Black with #C8155C
Text Example
Text Example
White with #C8155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8155C; }
p { color: rgb(200,21,92); }
H1.HeaderClassName
{
color: #C8155C;
}
.AnyTagClassName
{
color: #C8155C;
}
</style>
background-color css
<style>
a { background-color: #C8155C; }
a { background-color: rgb(200,21,92); }
div.DivClassName
{
background-color: #C8155C;
}
.BgClassName
{
background-color: #C8155C;
}
</style>
border-color css
<style>
span { border-color: #C8155C; }
span { border-color: rgb(200,21,92); }
td.TdClassName
{
border-color: #C8155C;
}
.TagClassName
{
border-color: #C8155C;
}
</style>