Shades of Ruby #C8185A
Tints of Ruby #C8185A
RGB
CMYK
RGB Variations
Color information
#C8185A (or 0xC8185A) is known color: Ruby. HEX triplet: C8, 18 and 5A. RGB value is (200,24,90). Sum of RGB (Red+Green+Blue) = 200+24+90=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C8185A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8185A is #37E7A5. Grayscale: #545454. Windows color (decimal): -3663782 or 5904584. OLE color: 5904584.
HSL color Cylindrical-coordinate representation of color #C8185A: hue angle of 337.5º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8185A is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 90 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.22 |
| HSL | 337.5º | 0.79% | 0.44% | - |
| HSV(B) | 337.5º | 0.88% | 0.78% | - |
| XYZ | 25.99 | 13.67 | 10.94 | - |
| YUV | 84.15 | 131.31 | 210.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 90 | 0 | 0.88 | 0.55 | 0.22 | 337.5 | 0.79 | 0.44 |
| Hex | C8 | 18 | 5A | 0 | 58 | 37 | 16 | 152 | 4F | 2C |
| Octal | 310 | 30 | 132 | 0 | 130 | 67 | 26 | 522 | 117 | 54 |
| Binary | 11001000 | 11000 | 1011010 | 0 | 1011000 | 110111 | 10110 | 101010010 | 1001111 | 101100 |
Color Harmonies of #C8185A
Complementary color
Monochromatic Colors of #C8185A
Black with #C8185A
Text Example
Text Example
White with #C8185A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8185A; }
p { color: rgb(200,24,90); }
H1.HeaderClassName
{
color: #C8185A;
}
.AnyTagClassName
{
color: #C8185A;
}
</style>
background-color css
<style>
a { background-color: #C8185A; }
a { background-color: rgb(200,24,90); }
div.DivClassName
{
background-color: #C8185A;
}
.BgClassName
{
background-color: #C8185A;
}
</style>
border-color css
<style>
span { border-color: #C8185A; }
span { border-color: rgb(200,24,90); }
td.TdClassName
{
border-color: #C8185A;
}
.TagClassName
{
border-color: #C8185A;
}
</style>