Shades of Ruby #C81662
Tints of Ruby #C81662
RGB
CMYK
RGB Variations
Color information
#C81662 (or 0xC81662) is known color: Ruby. HEX triplet: C8, 16 and 62. RGB value is (200,22,98). Sum of RGB (Red+Green+Blue) = 200+22+98=320 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.5% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 200 - color contains mainly: red. Hex color #C81662 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81662 is #37E99D. Grayscale: #535353. Windows color (decimal): -3664286 or 6428360. OLE color: 6428360.
HSL color Cylindrical-coordinate representation of color #C81662: hue angle of 334.38º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81662 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 98 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.22 |
| HSL | 334.38º | 0.8% | 0.44% | - |
| HSV(B) | 334.38º | 0.89% | 0.78% | - |
| XYZ | 26.31 | 13.74 | 12.82 | - |
| YUV | 83.89 | 135.97 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 98 | 0 | 0.89 | 0.51 | 0.22 | 334.38 | 0.8 | 0.44 |
| Hex | C8 | 16 | 62 | 0 | 59 | 33 | 16 | 14E | 50 | 2C |
| Octal | 310 | 26 | 142 | 0 | 131 | 63 | 26 | 516 | 120 | 54 |
| Binary | 11001000 | 10110 | 1100010 | 0 | 1011001 | 110011 | 10110 | 101001110 | 1010000 | 101100 |
Color Harmonies of #C81662
Complementary color
Monochromatic Colors of #C81662
Black with #C81662
Text Example
Text Example
White with #C81662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81662; }
p { color: rgb(200,22,98); }
H1.HeaderClassName
{
color: #C81662;
}
.AnyTagClassName
{
color: #C81662;
}
</style>
background-color css
<style>
a { background-color: #C81662; }
a { background-color: rgb(200,22,98); }
div.DivClassName
{
background-color: #C81662;
}
.BgClassName
{
background-color: #C81662;
}
</style>
border-color css
<style>
span { border-color: #C81662; }
span { border-color: rgb(200,22,98); }
td.TdClassName
{
border-color: #C81662;
}
.TagClassName
{
border-color: #C81662;
}
</style>