Shades of Ruby #C81268
Tints of Ruby #C81268
RGB
CMYK
RGB Variations
Color information
#C81268 (or 0xC81268) is known color: Ruby. HEX triplet: C8, 12 and 68. RGB value is (200,18,104). Sum of RGB (Red+Green+Blue) = 200+18+104=322 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.11% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 104 (41.02% from 255 or 32.30% from 322); Max value from RGB is 200 - color contains mainly: red. Hex color #C81268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81268 is #37ED97. Grayscale: #525252. Windows color (decimal): -3665304 or 6820552. OLE color: 6820552.
HSL color Cylindrical-coordinate representation of color #C81268: hue angle of 331.65º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C81268 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 18 | 104 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.22 |
| HSL | 331.65º | 0.83% | 0.43% | - |
| HSV(B) | 331.65º | 0.91% | 0.78% | - |
| XYZ | 26.53 | 13.71 | 14.34 | - |
| YUV | 82.22 | 140.3 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 104 | 0 | 0.91 | 0.48 | 0.22 | 331.65 | 0.83 | 0.43 |
| Hex | C8 | 12 | 68 | 0 | 5B | 30 | 16 | 14C | 53 | 2B |
| Octal | 310 | 22 | 150 | 0 | 133 | 60 | 26 | 514 | 123 | 53 |
| Binary | 11001000 | 10010 | 1101000 | 0 | 1011011 | 110000 | 10110 | 101001100 | 1010011 | 101011 |
Color Harmonies of #C81268
Complementary color
Monochromatic Colors of #C81268
Black with #C81268
Text Example
Text Example
White with #C81268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81268; }
p { color: rgb(200,18,104); }
H1.HeaderClassName
{
color: #C81268;
}
.AnyTagClassName
{
color: #C81268;
}
</style>
background-color css
<style>
a { background-color: #C81268; }
a { background-color: rgb(200,18,104); }
div.DivClassName
{
background-color: #C81268;
}
.BgClassName
{
background-color: #C81268;
}
</style>
border-color css
<style>
span { border-color: #C81268; }
span { border-color: rgb(200,18,104); }
td.TdClassName
{
border-color: #C81268;
}
.TagClassName
{
border-color: #C81268;
}
</style>