Shades of Ruby #C7206A
Tints of Ruby #C7206A
RGB
CMYK
RGB Variations
Color information
#C7206A (or 0xC7206A) is known color: Ruby. HEX triplet: C7, 20 and 6A. RGB value is (199,32,106). Sum of RGB (Red+Green+Blue) = 199+32+106=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C7206A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7206A is #38DF95. Grayscale: #5A5A5A. Windows color (decimal): -3727254 or 6955207. OLE color: 6955207.
HSL color Cylindrical-coordinate representation of color #C7206A: hue angle of 333.41º 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 #C7206A is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 32 | 106 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.22 |
| HSL | 333.41º | 0.72% | 0.45% | - |
| HSV(B) | 333.41º | 0.84% | 0.78% | - |
| XYZ | 26.67 | 14.22 | 14.97 | - |
| YUV | 90.37 | 136.83 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 106 | 0 | 0.84 | 0.47 | 0.22 | 333.41 | 0.72 | 0.45 |
| Hex | C7 | 20 | 6A | 0 | 54 | 2F | 16 | 14D | 48 | 2D |
| Octal | 307 | 40 | 152 | 0 | 124 | 57 | 26 | 515 | 110 | 55 |
| Binary | 11000111 | 100000 | 1101010 | 0 | 1010100 | 101111 | 10110 | 101001101 | 1001000 | 101101 |
Color Harmonies of #C7206A
Complementary color
Monochromatic Colors of #C7206A
Black with #C7206A
Text Example
Text Example
White with #C7206A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7206A; }
p { color: rgb(199,32,106); }
H1.HeaderClassName
{
color: #C7206A;
}
.AnyTagClassName
{
color: #C7206A;
}
</style>
background-color css
<style>
a { background-color: #C7206A; }
a { background-color: rgb(199,32,106); }
div.DivClassName
{
background-color: #C7206A;
}
.BgClassName
{
background-color: #C7206A;
}
</style>
border-color css
<style>
span { border-color: #C7206A; }
span { border-color: rgb(199,32,106); }
td.TdClassName
{
border-color: #C7206A;
}
.TagClassName
{
border-color: #C7206A;
}
</style>