Shades of Ruby #C80C6B
Tints of Ruby #C80C6B
RGB
CMYK
RGB Variations
Color information
#C80C6B (or 0xC80C6B) is known color: Ruby. HEX triplet: C8, 0C and 6B. RGB value is (200,12,107). Sum of RGB (Red+Green+Blue) = 200+12+107=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 12 (5.08% from 255 or 3.76% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C80C6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80C6B is #37F394. Grayscale: #4E4E4E. Windows color (decimal): -3666837 or 7015624. OLE color: 7015624.
HSL color Cylindrical-coordinate representation of color #C80C6B: hue angle of 329.68º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80C6B is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 12 | 107 | - |
CMYK | 0 | 0.94 | 0.46 | 0.22 |
HSL | 329.68º | 0.89% | 0.42% | - |
HSV(B) | 329.68º | 0.94% | 0.78% | - |
XYZ | 26.6 | 13.6 | 15.13 | - |
YUV | 79.04 | 143.78 | 214.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 12 | 107 | 0 | 0.94 | 0.46 | 0.22 | 329.68 | 0.89 | 0.42 |
Hex | C8 | C | 6B | 0 | 5E | 2E | 16 | 14A | 59 | 2A |
Octal | 310 | 14 | 153 | 0 | 136 | 56 | 26 | 512 | 131 | 52 |
Binary | 11001000 | 1100 | 1101011 | 0 | 1011110 | 101110 | 10110 | 101001010 | 1011001 | 101010 |
Color Harmonies of #C80C6B
Complementary color
Monochromatic Colors of #C80C6B
Black with #C80C6B
Text Example
Text Example
White with #C80C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80C6B; }
p { color: rgb(200,12,107); }
H1.HeaderClassName
{
color: #C80C6B;
}
.AnyTagClassName
{
color: #C80C6B;
}
</style>
background-color css
<style>
a { background-color: #C80C6B; }
a { background-color: rgb(200,12,107); }
div.DivClassName
{
background-color: #C80C6B;
}
.BgClassName
{
background-color: #C80C6B;
}
</style>
border-color css
<style>
span { border-color: #C80C6B; }
span { border-color: rgb(200,12,107); }
td.TdClassName
{
border-color: #C80C6B;
}
.TagClassName
{
border-color: #C80C6B;
}
</style>