Shades of Ruby #C80168
Tints of Ruby #C80168
RGB
CMYK
RGB Variations
Color information
#C80168 (or 0xC80168) is known color: Ruby. HEX triplet: C8, 01 and 68. RGB value is (200,1,104). Sum of RGB (Red+Green+Blue) = 200+1+104=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C80168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80168 is #37FE97. Grayscale: #484848. Windows color (decimal): -3669656 or 6816200. OLE color: 6816200.
HSL color Cylindrical-coordinate representation of color #C80168: hue angle of 328.94º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80168 is Cyan = 0, Magento = 1.00, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 1 | 104 | - |
| CMYK | 0 | 1.00 | 0.48 | 0.22 |
| HSL | 328.94º | 0.99% | 0.39% | - |
| HSV(B) | 328.94º | 1% | 0.78% | - |
| XYZ | 26.33 | 13.3 | 14.28 | - |
| YUV | 72.24 | 145.93 | 219.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 104 | 0 | 1.00 | 0.48 | 0.22 | 328.94 | 0.99 | 0.39 |
| Hex | C8 | 1 | 68 | 0 | 64 | 30 | 16 | 149 | 63 | 27 |
| Octal | 310 | 1 | 150 | 0 | 144 | 60 | 26 | 511 | 143 | 47 |
| Binary | 11001000 | 1 | 1101000 | 0 | 1100100 | 110000 | 10110 | 101001001 | 1100011 | 100111 |
Color Harmonies of #C80168
Complementary color
Monochromatic Colors of #C80168
Black with #C80168
Text Example
Text Example
White with #C80168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80168; }
p { color: rgb(200,1,104); }
H1.HeaderClassName
{
color: #C80168;
}
.AnyTagClassName
{
color: #C80168;
}
</style>
background-color css
<style>
a { background-color: #C80168; }
a { background-color: rgb(200,1,104); }
div.DivClassName
{
background-color: #C80168;
}
.BgClassName
{
background-color: #C80168;
}
</style>
border-color css
<style>
span { border-color: #C80168; }
span { border-color: rgb(200,1,104); }
td.TdClassName
{
border-color: #C80168;
}
.TagClassName
{
border-color: #C80168;
}
</style>