Shades of Ruby #C71669
Tints of Ruby #C71669
RGB
CMYK
RGB Variations
Color information
#C71669 (or 0xC71669) is known color: Ruby. HEX triplet: C7, 16 and 69. RGB value is (199,22,105). Sum of RGB (Red+Green+Blue) = 199+22+105=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C71669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71669 is #38E996. Grayscale: #545454. Windows color (decimal): -3729815 or 6887111. OLE color: 6887111.
HSL color Cylindrical-coordinate representation of color #C71669: hue angle of 331.86º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C71669 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 105 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.22 |
| HSL | 331.86º | 0.8% | 0.43% | - |
| HSV(B) | 331.86º | 0.89% | 0.78% | - |
| XYZ | 26.39 | 13.74 | 14.62 | - |
| YUV | 84.39 | 139.64 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 105 | 0 | 0.89 | 0.47 | 0.22 | 331.86 | 0.8 | 0.43 |
| Hex | C7 | 16 | 69 | 0 | 59 | 2F | 16 | 14C | 50 | 2B |
| Octal | 307 | 26 | 151 | 0 | 131 | 57 | 26 | 514 | 120 | 53 |
| Binary | 11000111 | 10110 | 1101001 | 0 | 1011001 | 101111 | 10110 | 101001100 | 1010000 | 101011 |
Color Harmonies of #C71669
Complementary color
Monochromatic Colors of #C71669
Black with #C71669
Text Example
Text Example
White with #C71669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71669; }
p { color: rgb(199,22,105); }
H1.HeaderClassName
{
color: #C71669;
}
.AnyTagClassName
{
color: #C71669;
}
</style>
background-color css
<style>
a { background-color: #C71669; }
a { background-color: rgb(199,22,105); }
div.DivClassName
{
background-color: #C71669;
}
.BgClassName
{
background-color: #C71669;
}
</style>
border-color css
<style>
span { border-color: #C71669; }
span { border-color: rgb(199,22,105); }
td.TdClassName
{
border-color: #C71669;
}
.TagClassName
{
border-color: #C71669;
}
</style>