Shades of Ruby #C81B69
Tints of Ruby #C81B69
RGB
CMYK
RGB Variations
Color information
#C81B69 (or 0xC81B69) is known color: Ruby. HEX triplet: C8, 1B and 69. RGB value is (200,27,105). Sum of RGB (Red+Green+Blue) = 200+27+105=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 27 (10.94% from 255 or 8.13% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C81B69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81B69 is #37E496. Grayscale: #575757. Windows color (decimal): -3662999 or 6888392. OLE color: 6888392.
HSL color Cylindrical-coordinate representation of color #C81B69: hue angle of 332.95º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81B69 is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 27 | 105 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.22 |
| HSL | 332.95º | 0.76% | 0.45% | - |
| HSV(B) | 332.95º | 0.87% | 0.78% | - |
| XYZ | 26.76 | 14.08 | 14.67 | - |
| YUV | 87.62 | 137.81 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 27 | 105 | 0 | 0.86 | 0.48 | 0.22 | 332.95 | 0.76 | 0.45 |
| Hex | C8 | 1B | 69 | 0 | 56 | 30 | 16 | 14D | 4C | 2D |
| Octal | 310 | 33 | 151 | 0 | 126 | 60 | 26 | 515 | 114 | 55 |
| Binary | 11001000 | 11011 | 1101001 | 0 | 1010110 | 110000 | 10110 | 101001101 | 1001100 | 101101 |
Color Harmonies of #C81B69
Complementary color
Monochromatic Colors of #C81B69
Black with #C81B69
Text Example
Text Example
White with #C81B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81B69; }
p { color: rgb(200,27,105); }
H1.HeaderClassName
{
color: #C81B69;
}
.AnyTagClassName
{
color: #C81B69;
}
</style>
background-color css
<style>
a { background-color: #C81B69; }
a { background-color: rgb(200,27,105); }
div.DivClassName
{
background-color: #C81B69;
}
.BgClassName
{
background-color: #C81B69;
}
</style>
border-color css
<style>
span { border-color: #C81B69; }
span { border-color: rgb(200,27,105); }
td.TdClassName
{
border-color: #C81B69;
}
.TagClassName
{
border-color: #C81B69;
}
</style>