Shades of Ruby #C80B5C
Tints of Ruby #C80B5C
RGB
CMYK
RGB Variations
Color information
#C80B5C (or 0xC80B5C) is known color: Ruby. HEX triplet: C8, 0B and 5C. RGB value is (200,11,92). Sum of RGB (Red+Green+Blue) = 200+11+92=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 11 (4.69% from 255 or 3.63% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C80B5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80B5C is #37F4A3. Grayscale: #4C4C4C. Windows color (decimal): -3667108 or 6032328. OLE color: 6032328.
HSL color Cylindrical-coordinate representation of color #C80B5C: hue angle of 334.29º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80B5C is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 11 | 92 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.22 |
| HSL | 334.29º | 0.9% | 0.41% | - |
| HSV(B) | 334.29º | 0.95% | 0.78% | - |
| XYZ | 25.87 | 13.29 | 11.33 | - |
| YUV | 76.75 | 136.62 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 11 | 92 | 0 | 0.94 | 0.54 | 0.22 | 334.29 | 0.9 | 0.41 |
| Hex | C8 | B | 5C | 0 | 5E | 36 | 16 | 14E | 5A | 29 |
| Octal | 310 | 13 | 134 | 0 | 136 | 66 | 26 | 516 | 132 | 51 |
| Binary | 11001000 | 1011 | 1011100 | 0 | 1011110 | 110110 | 10110 | 101001110 | 1011010 | 101001 |
Color Harmonies of #C80B5C
Complementary color
Monochromatic Colors of #C80B5C
Black with #C80B5C
Text Example
Text Example
White with #C80B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80B5C; }
p { color: rgb(200,11,92); }
H1.HeaderClassName
{
color: #C80B5C;
}
.AnyTagClassName
{
color: #C80B5C;
}
</style>
background-color css
<style>
a { background-color: #C80B5C; }
a { background-color: rgb(200,11,92); }
div.DivClassName
{
background-color: #C80B5C;
}
.BgClassName
{
background-color: #C80B5C;
}
</style>
border-color css
<style>
span { border-color: #C80B5C; }
span { border-color: rgb(200,11,92); }
td.TdClassName
{
border-color: #C80B5C;
}
.TagClassName
{
border-color: #C80B5C;
}
</style>