Shades of Ruby #C80265
Tints of Ruby #C80265
RGB
CMYK
RGB Variations
Color information
#C80265 (or 0xC80265) is known color: Ruby. HEX triplet: C8, 02 and 65. RGB value is (200,2,101). Sum of RGB (Red+Green+Blue) = 200+2+101=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C80265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80265 is #37FD9A. Grayscale: #484848. Windows color (decimal): -3669403 or 6619848. OLE color: 6619848.
HSL color Cylindrical-coordinate representation of color #C80265: hue angle of 330º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C80265 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 101 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.22 |
| HSL | 330º | 0.98% | 0.4% | - |
| HSV(B) | 330º | 0.99% | 0.78% | - |
| XYZ | 26.19 | 13.26 | 13.49 | - |
| YUV | 72.49 | 144.1 | 218.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 101 | 0 | 0.99 | 0.49 | 0.22 | 330 | 0.98 | 0.4 |
| Hex | C8 | 2 | 65 | 0 | 63 | 31 | 16 | 14A | 62 | 28 |
| Octal | 310 | 2 | 145 | 0 | 143 | 61 | 26 | 512 | 142 | 50 |
| Binary | 11001000 | 10 | 1100101 | 0 | 1100011 | 110001 | 10110 | 101001010 | 1100010 | 101000 |
Color Harmonies of #C80265
Complementary color
Monochromatic Colors of #C80265
Black with #C80265
Text Example
Text Example
White with #C80265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80265; }
p { color: rgb(200,2,101); }
H1.HeaderClassName
{
color: #C80265;
}
.AnyTagClassName
{
color: #C80265;
}
</style>
background-color css
<style>
a { background-color: #C80265; }
a { background-color: rgb(200,2,101); }
div.DivClassName
{
background-color: #C80265;
}
.BgClassName
{
background-color: #C80265;
}
</style>
border-color css
<style>
span { border-color: #C80265; }
span { border-color: rgb(200,2,101); }
td.TdClassName
{
border-color: #C80265;
}
.TagClassName
{
border-color: #C80265;
}
</style>