Shades of Ruby #C8066A
Tints of Ruby #C8066A
RGB
CMYK
RGB Variations
Color information
#C8066A (or 0xC8066A) is known color: Ruby. HEX triplet: C8, 06 and 6A. RGB value is (200,6,106). Sum of RGB (Red+Green+Blue) = 200+6+106=312 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.10% from 312); Green value is 6 (2.73% from 255 or 1.92% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 200 - color contains mainly: red. Hex color #C8066A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8066A is #37F995. Grayscale: #4B4B4B. Windows color (decimal): -3668374 or 6948552. OLE color: 6948552.
HSL color Cylindrical-coordinate representation of color #C8066A: hue angle of 329.07º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C8066A is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 6 | 106 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.22 |
| HSL | 329.07º | 0.94% | 0.4% | - |
| HSV(B) | 329.07º | 0.97% | 0.78% | - |
| XYZ | 26.49 | 13.45 | 14.84 | - |
| YUV | 75.41 | 145.27 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 106 | 0 | 0.97 | 0.47 | 0.22 | 329.07 | 0.94 | 0.4 |
| Hex | C8 | 6 | 6A | 0 | 61 | 2F | 16 | 149 | 5E | 28 |
| Octal | 310 | 6 | 152 | 0 | 141 | 57 | 26 | 511 | 136 | 50 |
| Binary | 11001000 | 110 | 1101010 | 0 | 1100001 | 101111 | 10110 | 101001001 | 1011110 | 101000 |
Color Harmonies of #C8066A
Complementary color
Monochromatic Colors of #C8066A
Black with #C8066A
Text Example
Text Example
White with #C8066A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8066A; }
p { color: rgb(200,6,106); }
H1.HeaderClassName
{
color: #C8066A;
}
.AnyTagClassName
{
color: #C8066A;
}
</style>
background-color css
<style>
a { background-color: #C8066A; }
a { background-color: rgb(200,6,106); }
div.DivClassName
{
background-color: #C8066A;
}
.BgClassName
{
background-color: #C8066A;
}
</style>
border-color css
<style>
span { border-color: #C8066A; }
span { border-color: rgb(200,6,106); }
td.TdClassName
{
border-color: #C8066A;
}
.TagClassName
{
border-color: #C8066A;
}
</style>