Shades of Ruby #C8165C
Tints of Ruby #C8165C
RGB
CMYK
RGB Variations
Color information
#C8165C (or 0xC8165C) is known color: Ruby. HEX triplet: C8, 16 and 5C. RGB value is (200,22,92). Sum of RGB (Red+Green+Blue) = 200+22+92=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C8165C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8165C is #37E9A3. Grayscale: #535353. Windows color (decimal): -3664292 or 6035144. OLE color: 6035144.
HSL color Cylindrical-coordinate representation of color #C8165C: hue angle of 336.4º 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 #C8165C is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 92 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.22 |
| HSL | 336.4º | 0.8% | 0.44% | - |
| HSV(B) | 336.4º | 0.89% | 0.78% | - |
| XYZ | 26.04 | 13.63 | 11.38 | - |
| YUV | 83.2 | 132.97 | 211.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 92 | 0 | 0.89 | 0.54 | 0.22 | 336.4 | 0.8 | 0.44 |
| Hex | C8 | 16 | 5C | 0 | 59 | 36 | 16 | 150 | 50 | 2C |
| Octal | 310 | 26 | 134 | 0 | 131 | 66 | 26 | 520 | 120 | 54 |
| Binary | 11001000 | 10110 | 1011100 | 0 | 1011001 | 110110 | 10110 | 101010000 | 1010000 | 101100 |
Color Harmonies of #C8165C
Complementary color
Monochromatic Colors of #C8165C
Black with #C8165C
Text Example
Text Example
White with #C8165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8165C; }
p { color: rgb(200,22,92); }
H1.HeaderClassName
{
color: #C8165C;
}
.AnyTagClassName
{
color: #C8165C;
}
</style>
background-color css
<style>
a { background-color: #C8165C; }
a { background-color: rgb(200,22,92); }
div.DivClassName
{
background-color: #C8165C;
}
.BgClassName
{
background-color: #C8165C;
}
</style>
border-color css
<style>
span { border-color: #C8165C; }
span { border-color: rgb(200,22,92); }
td.TdClassName
{
border-color: #C8165C;
}
.TagClassName
{
border-color: #C8165C;
}
</style>