Shades of Ruby #C8166B
Tints of Ruby #C8166B
RGB
CMYK
RGB Variations
Color information
#C8166B (or 0xC8166B) is known color: Ruby. HEX triplet: C8, 16 and 6B. RGB value is (200,22,107). Sum of RGB (Red+Green+Blue) = 200+22+107=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C8166B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8166B is #37E994. Grayscale: #545454. Windows color (decimal): -3664277 or 7018184. OLE color: 7018184.
HSL color Cylindrical-coordinate representation of color #C8166B: hue angle of 331.35º 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 #C8166B is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 107 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.22 |
| HSL | 331.35º | 0.8% | 0.44% | - |
| HSV(B) | 331.35º | 0.89% | 0.78% | - |
| XYZ | 26.76 | 13.91 | 15.19 | - |
| YUV | 84.91 | 140.47 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 107 | 0 | 0.89 | 0.46 | 0.22 | 331.35 | 0.8 | 0.44 |
| Hex | C8 | 16 | 6B | 0 | 59 | 2E | 16 | 14B | 50 | 2C |
| Octal | 310 | 26 | 153 | 0 | 131 | 56 | 26 | 513 | 120 | 54 |
| Binary | 11001000 | 10110 | 1101011 | 0 | 1011001 | 101110 | 10110 | 101001011 | 1010000 | 101100 |
Color Harmonies of #C8166B
Complementary color
Monochromatic Colors of #C8166B
Black with #C8166B
Text Example
Text Example
White with #C8166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8166B; }
p { color: rgb(200,22,107); }
H1.HeaderClassName
{
color: #C8166B;
}
.AnyTagClassName
{
color: #C8166B;
}
</style>
background-color css
<style>
a { background-color: #C8166B; }
a { background-color: rgb(200,22,107); }
div.DivClassName
{
background-color: #C8166B;
}
.BgClassName
{
background-color: #C8166B;
}
</style>
border-color css
<style>
span { border-color: #C8166B; }
span { border-color: rgb(200,22,107); }
td.TdClassName
{
border-color: #C8166B;
}
.TagClassName
{
border-color: #C8166B;
}
</style>