Shades of Ruby #C9156B
Tints of Ruby #C9156B
RGB
CMYK
RGB Variations
Color information
#C9156B (or 0xC9156B) is known color: Ruby. HEX triplet: C9, 15 and 6B. RGB value is (201,21,107). Sum of RGB (Red+Green+Blue) = 201+21+107=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 21 (8.59% from 255 or 6.38% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C9156B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9156B is #36EA94. Grayscale: #545454. Windows color (decimal): -3598997 or 7017929. OLE color: 7017929.
HSL color Cylindrical-coordinate representation of color #C9156B: hue angle of 331.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9156B is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 21 | 107 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.21 |
| HSL | 331.33º | 0.81% | 0.44% | - |
| HSV(B) | 331.33º | 0.9% | 0.79% | - |
| XYZ | 27.01 | 14.02 | 15.19 | - |
| YUV | 84.62 | 140.63 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 21 | 107 | 0 | 0.90 | 0.47 | 0.21 | 331.33 | 0.81 | 0.44 |
| Hex | C9 | 15 | 6B | 0 | 5A | 2F | 15 | 14B | 51 | 2C |
| Octal | 311 | 25 | 153 | 0 | 132 | 57 | 25 | 513 | 121 | 54 |
| Binary | 11001001 | 10101 | 1101011 | 0 | 1011010 | 101111 | 10101 | 101001011 | 1010001 | 101100 |
Color Harmonies of #C9156B
Complementary color
Monochromatic Colors of #C9156B
Black with #C9156B
Text Example
Text Example
White with #C9156B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9156B; }
p { color: rgb(201,21,107); }
H1.HeaderClassName
{
color: #C9156B;
}
.AnyTagClassName
{
color: #C9156B;
}
</style>
background-color css
<style>
a { background-color: #C9156B; }
a { background-color: rgb(201,21,107); }
div.DivClassName
{
background-color: #C9156B;
}
.BgClassName
{
background-color: #C9156B;
}
</style>
border-color css
<style>
span { border-color: #C9156B; }
span { border-color: rgb(201,21,107); }
td.TdClassName
{
border-color: #C9156B;
}
.TagClassName
{
border-color: #C9156B;
}
</style>