Shades of Ruby #C9136B
Tints of Ruby #C9136B
RGB
CMYK
RGB Variations
Color information
#C9136B (or 0xC9136B) is known color: Ruby. HEX triplet: C9, 13 and 6B. RGB value is (201,19,107). Sum of RGB (Red+Green+Blue) = 201+19+107=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C9136B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9136B is #36EC94. Grayscale: #535353. Windows color (decimal): -3599509 or 7017417. OLE color: 7017417.
HSL color Cylindrical-coordinate representation of color #C9136B: hue angle of 330.99º degrees, saturation: 0.83, 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 #C9136B is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 107 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.21 |
| HSL | 330.99º | 0.83% | 0.43% | - |
| HSV(B) | 330.99º | 0.91% | 0.79% | - |
| XYZ | 26.97 | 13.94 | 15.18 | - |
| YUV | 83.45 | 141.3 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 107 | 0 | 0.91 | 0.47 | 0.21 | 330.99 | 0.83 | 0.43 |
| Hex | C9 | 13 | 6B | 0 | 5B | 2F | 15 | 14B | 53 | 2B |
| Octal | 311 | 23 | 153 | 0 | 133 | 57 | 25 | 513 | 123 | 53 |
| Binary | 11001001 | 10011 | 1101011 | 0 | 1011011 | 101111 | 10101 | 101001011 | 1010011 | 101011 |
Color Harmonies of #C9136B
Complementary color
Monochromatic Colors of #C9136B
Black with #C9136B
Text Example
Text Example
White with #C9136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9136B; }
p { color: rgb(201,19,107); }
H1.HeaderClassName
{
color: #C9136B;
}
.AnyTagClassName
{
color: #C9136B;
}
</style>
background-color css
<style>
a { background-color: #C9136B; }
a { background-color: rgb(201,19,107); }
div.DivClassName
{
background-color: #C9136B;
}
.BgClassName
{
background-color: #C9136B;
}
</style>
border-color css
<style>
span { border-color: #C9136B; }
span { border-color: rgb(201,19,107); }
td.TdClassName
{
border-color: #C9136B;
}
.TagClassName
{
border-color: #C9136B;
}
</style>