Shades of Ruby #C8206B
Tints of Ruby #C8206B
RGB
CMYK
RGB Variations
Color information
#C8206B (or 0xC8206B) is known color: Ruby. HEX triplet: C8, 20 and 6B. RGB value is (200,32,107). Sum of RGB (Red+Green+Blue) = 200+32+107=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C8206B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8206B is #37DF94. Grayscale: #5A5A5A. Windows color (decimal): -3661717 or 7020744. OLE color: 7020744.
HSL color Cylindrical-coordinate representation of color #C8206B: hue angle of 333.21º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C8206B is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 32 | 107 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.22 |
| HSL | 333.21º | 0.72% | 0.45% | - |
| HSV(B) | 333.21º | 0.84% | 0.78% | - |
| XYZ | 26.99 | 14.37 | 15.26 | - |
| YUV | 90.78 | 137.16 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 107 | 0 | 0.84 | 0.46 | 0.22 | 333.21 | 0.72 | 0.45 |
| Hex | C8 | 20 | 6B | 0 | 54 | 2E | 16 | 14D | 48 | 2D |
| Octal | 310 | 40 | 153 | 0 | 124 | 56 | 26 | 515 | 110 | 55 |
| Binary | 11001000 | 100000 | 1101011 | 0 | 1010100 | 101110 | 10110 | 101001101 | 1001000 | 101101 |
Color Harmonies of #C8206B
Complementary color
Monochromatic Colors of #C8206B
Black with #C8206B
Text Example
Text Example
White with #C8206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8206B; }
p { color: rgb(200,32,107); }
H1.HeaderClassName
{
color: #C8206B;
}
.AnyTagClassName
{
color: #C8206B;
}
</style>
background-color css
<style>
a { background-color: #C8206B; }
a { background-color: rgb(200,32,107); }
div.DivClassName
{
background-color: #C8206B;
}
.BgClassName
{
background-color: #C8206B;
}
</style>
border-color css
<style>
span { border-color: #C8206B; }
span { border-color: rgb(200,32,107); }
td.TdClassName
{
border-color: #C8206B;
}
.TagClassName
{
border-color: #C8206B;
}
</style>