Shades of Ruby #C8006A
Tints of Ruby #C8006A
RGB
CMYK
RGB Variations
Color information
#C8006A (or 0xC8006A) is known color: Ruby. HEX triplet: C8, 00 and 6A. RGB value is (200,0,106). Sum of RGB (Red+Green+Blue) = 200+0+106=306 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.36% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 200 - color contains mainly: red. Hex color #C8006A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8006A is #37FF95. Grayscale: #474747. Windows color (decimal): -3669910 or 6947016. OLE color: 6947016.
HSL color Cylindrical-coordinate representation of color #C8006A: hue angle of 328.2º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C8006A is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 0 | 106 | - |
| CMYK | 0 | 1 | 0.47 | 0.22 |
| HSL | 328.2º | 1% | 0.39% | - |
| HSV(B) | 328.2º | 1% | 0.78% | - |
| XYZ | 26.42 | 13.32 | 14.81 | - |
| YUV | 71.88 | 147.26 | 219.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 0 | 106 | 0 | 1 | 0.47 | 0.22 | 328.2 | 1 | 0.39 |
| Hex | C8 | 0 | 6A | 0 | 64 | 2F | 16 | 148 | 64 | 27 |
| Octal | 310 | 0 | 152 | 0 | 144 | 57 | 26 | 510 | 144 | 47 |
| Binary | 11001000 | 0 | 1101010 | 0 | 1100100 | 101111 | 10110 | 101001000 | 1100100 | 100111 |
Color Harmonies of #C8006A
Complementary color
Monochromatic Colors of #C8006A
Black with #C8006A
Text Example
Text Example
White with #C8006A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8006A; }
p { color: rgb(200,0,106); }
H1.HeaderClassName
{
color: #C8006A;
}
.AnyTagClassName
{
color: #C8006A;
}
</style>
background-color css
<style>
a { background-color: #C8006A; }
a { background-color: rgb(200,0,106); }
div.DivClassName
{
background-color: #C8006A;
}
.BgClassName
{
background-color: #C8006A;
}
</style>
border-color css
<style>
span { border-color: #C8006A; }
span { border-color: rgb(200,0,106); }
td.TdClassName
{
border-color: #C8006A;
}
.TagClassName
{
border-color: #C8006A;
}
</style>