Shades of Ruby #C81A6B
Tints of Ruby #C81A6B
RGB
CMYK
RGB Variations
Color information
#C81A6B (or 0xC81A6B) is known color: Ruby. HEX triplet: C8, 1A and 6B. RGB value is (200,26,107). Sum of RGB (Red+Green+Blue) = 200+26+107=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 26 (10.55% from 255 or 7.81% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C81A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81A6B is #37E594. Grayscale: #575757. Windows color (decimal): -3663253 or 7019208. OLE color: 7019208.
HSL color Cylindrical-coordinate representation of color #C81A6B: hue angle of 332.07º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81A6B is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 26 | 107 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.22 |
| HSL | 332.07º | 0.77% | 0.44% | - |
| HSV(B) | 332.07º | 0.87% | 0.78% | - |
| XYZ | 26.84 | 14.08 | 15.21 | - |
| YUV | 87.26 | 139.15 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 26 | 107 | 0 | 0.87 | 0.46 | 0.22 | 332.07 | 0.77 | 0.44 |
| Hex | C8 | 1A | 6B | 0 | 57 | 2E | 16 | 14C | 4D | 2C |
| Octal | 310 | 32 | 153 | 0 | 127 | 56 | 26 | 514 | 115 | 54 |
| Binary | 11001000 | 11010 | 1101011 | 0 | 1010111 | 101110 | 10110 | 101001100 | 1001101 | 101100 |
Color Harmonies of #C81A6B
Complementary color
Monochromatic Colors of #C81A6B
Black with #C81A6B
Text Example
Text Example
White with #C81A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81A6B; }
p { color: rgb(200,26,107); }
H1.HeaderClassName
{
color: #C81A6B;
}
.AnyTagClassName
{
color: #C81A6B;
}
</style>
background-color css
<style>
a { background-color: #C81A6B; }
a { background-color: rgb(200,26,107); }
div.DivClassName
{
background-color: #C81A6B;
}
.BgClassName
{
background-color: #C81A6B;
}
</style>
border-color css
<style>
span { border-color: #C81A6B; }
span { border-color: rgb(200,26,107); }
td.TdClassName
{
border-color: #C81A6B;
}
.TagClassName
{
border-color: #C81A6B;
}
</style>