Shades of Ruby #C90867
Tints of Ruby #C90867
RGB
CMYK
RGB Variations
Color information
#C90867 (or 0xC90867) is known color: Ruby. HEX triplet: C9, 08 and 67. RGB value is (201,8,103). Sum of RGB (Red+Green+Blue) = 201+8+103=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C90867 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90867 is #36F798. Grayscale: #4C4C4C. Windows color (decimal): -3602329 or 6752457. OLE color: 6752457.
HSL color Cylindrical-coordinate representation of color #C90867: hue angle of 330.47º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C90867 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 103 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.21 |
| HSL | 330.47º | 0.92% | 0.41% | - |
| HSV(B) | 330.47º | 0.96% | 0.79% | - |
| XYZ | 26.62 | 13.57 | 14.05 | - |
| YUV | 76.54 | 142.94 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 103 | 0 | 0.96 | 0.49 | 0.21 | 330.47 | 0.92 | 0.41 |
| Hex | C9 | 8 | 67 | 0 | 60 | 31 | 15 | 14A | 5C | 29 |
| Octal | 311 | 10 | 147 | 0 | 140 | 61 | 25 | 512 | 134 | 51 |
| Binary | 11001001 | 1000 | 1100111 | 0 | 1100000 | 110001 | 10101 | 101001010 | 1011100 | 101001 |
Color Harmonies of #C90867
Complementary color
Monochromatic Colors of #C90867
Black with #C90867
Text Example
Text Example
White with #C90867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90867; }
p { color: rgb(201,8,103); }
H1.HeaderClassName
{
color: #C90867;
}
.AnyTagClassName
{
color: #C90867;
}
</style>
background-color css
<style>
a { background-color: #C90867; }
a { background-color: rgb(201,8,103); }
div.DivClassName
{
background-color: #C90867;
}
.BgClassName
{
background-color: #C90867;
}
</style>
border-color css
<style>
span { border-color: #C90867; }
span { border-color: rgb(201,8,103); }
td.TdClassName
{
border-color: #C90867;
}
.TagClassName
{
border-color: #C90867;
}
</style>