Shades of Ruby #C91267
Tints of Ruby #C91267
RGB
CMYK
RGB Variations
Color information
#C91267 (or 0xC91267) is known color: Ruby. HEX triplet: C9, 12 and 67. RGB value is (201,18,103). Sum of RGB (Red+Green+Blue) = 201+18+103=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 103 (40.62% from 255 or 31.99% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C91267 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91267 is #36ED98. Grayscale: #525252. Windows color (decimal): -3599769 or 6755017. OLE color: 6755017.
HSL color Cylindrical-coordinate representation of color #C91267: hue angle of 332.13º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C91267 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 103 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.21 |
| HSL | 332.13º | 0.84% | 0.43% | - |
| HSV(B) | 332.13º | 0.91% | 0.79% | - |
| XYZ | 26.75 | 13.83 | 14.09 | - |
| YUV | 82.41 | 139.63 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 103 | 0 | 0.91 | 0.49 | 0.21 | 332.13 | 0.84 | 0.43 |
| Hex | C9 | 12 | 67 | 0 | 5B | 31 | 15 | 14C | 54 | 2B |
| Octal | 311 | 22 | 147 | 0 | 133 | 61 | 25 | 514 | 124 | 53 |
| Binary | 11001001 | 10010 | 1100111 | 0 | 1011011 | 110001 | 10101 | 101001100 | 1010100 | 101011 |
Color Harmonies of #C91267
Complementary color
Monochromatic Colors of #C91267
Black with #C91267
Text Example
Text Example
White with #C91267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91267; }
p { color: rgb(201,18,103); }
H1.HeaderClassName
{
color: #C91267;
}
.AnyTagClassName
{
color: #C91267;
}
</style>
background-color css
<style>
a { background-color: #C91267; }
a { background-color: rgb(201,18,103); }
div.DivClassName
{
background-color: #C91267;
}
.BgClassName
{
background-color: #C91267;
}
</style>
border-color css
<style>
span { border-color: #C91267; }
span { border-color: rgb(201,18,103); }
td.TdClassName
{
border-color: #C91267;
}
.TagClassName
{
border-color: #C91267;
}
</style>