Shades of Ruby #C8165D
Tints of Ruby #C8165D
RGB
CMYK
RGB Variations
Color information
#C8165D (or 0xC8165D) is known color: Ruby. HEX triplet: C8, 16 and 5D. RGB value is (200,22,93). Sum of RGB (Red+Green+Blue) = 200+22+93=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C8165D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8165D is #37E9A2. Grayscale: #535353. Windows color (decimal): -3664291 or 6100680. OLE color: 6100680.
HSL color Cylindrical-coordinate representation of color #C8165D: hue angle of 336.07º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8165D is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 93 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.22 |
| HSL | 336.07º | 0.8% | 0.44% | - |
| HSV(B) | 336.07º | 0.89% | 0.78% | - |
| XYZ | 26.08 | 13.64 | 11.61 | - |
| YUV | 83.32 | 133.47 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 93 | 0 | 0.89 | 0.54 | 0.22 | 336.07 | 0.8 | 0.44 |
| Hex | C8 | 16 | 5D | 0 | 59 | 36 | 16 | 150 | 50 | 2C |
| Octal | 310 | 26 | 135 | 0 | 131 | 66 | 26 | 520 | 120 | 54 |
| Binary | 11001000 | 10110 | 1011101 | 0 | 1011001 | 110110 | 10110 | 101010000 | 1010000 | 101100 |
Color Harmonies of #C8165D
Complementary color
Monochromatic Colors of #C8165D
Black with #C8165D
Text Example
Text Example
White with #C8165D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8165D; }
p { color: rgb(200,22,93); }
H1.HeaderClassName
{
color: #C8165D;
}
.AnyTagClassName
{
color: #C8165D;
}
</style>
background-color css
<style>
a { background-color: #C8165D; }
a { background-color: rgb(200,22,93); }
div.DivClassName
{
background-color: #C8165D;
}
.BgClassName
{
background-color: #C8165D;
}
</style>
border-color css
<style>
span { border-color: #C8165D; }
span { border-color: rgb(200,22,93); }
td.TdClassName
{
border-color: #C8165D;
}
.TagClassName
{
border-color: #C8165D;
}
</style>