Shades of Ruby #C8146A
Tints of Ruby #C8146A
RGB
CMYK
RGB Variations
Color information
#C8146A (or 0xC8146A) is known color: Ruby. HEX triplet: C8, 14 and 6A. RGB value is (200,20,106). Sum of RGB (Red+Green+Blue) = 200+20+106=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C8146A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8146A is #37EB95. Grayscale: #535353. Windows color (decimal): -3664790 or 6952136. OLE color: 6952136.
HSL color Cylindrical-coordinate representation of color #C8146A: hue angle of 331.33º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8146A is Cyan = 0, Magento = 0.9, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 106 | - |
| CMYK | 0 | 0.9 | 0.47 | 0.22 |
| HSL | 331.33º | 0.82% | 0.43% | - |
| HSV(B) | 331.33º | 0.9% | 0.78% | - |
| XYZ | 26.67 | 13.82 | 14.9 | - |
| YUV | 83.62 | 140.63 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 106 | 0 | 0.9 | 0.47 | 0.22 | 331.33 | 0.82 | 0.43 |
| Hex | C8 | 14 | 6A | 0 | 5A | 2F | 16 | 14B | 52 | 2B |
| Octal | 310 | 24 | 152 | 0 | 132 | 57 | 26 | 513 | 122 | 53 |
| Binary | 11001000 | 10100 | 1101010 | 0 | 1011010 | 101111 | 10110 | 101001011 | 1010010 | 101011 |
Color Harmonies of #C8146A
Complementary color
Monochromatic Colors of #C8146A
Black with #C8146A
Text Example
Text Example
White with #C8146A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8146A; }
p { color: rgb(200,20,106); }
H1.HeaderClassName
{
color: #C8146A;
}
.AnyTagClassName
{
color: #C8146A;
}
</style>
background-color css
<style>
a { background-color: #C8146A; }
a { background-color: rgb(200,20,106); }
div.DivClassName
{
background-color: #C8146A;
}
.BgClassName
{
background-color: #C8146A;
}
</style>
border-color css
<style>
span { border-color: #C8146A; }
span { border-color: rgb(200,20,106); }
td.TdClassName
{
border-color: #C8146A;
}
.TagClassName
{
border-color: #C8146A;
}
</style>