Shades of Ruby #C80669
Tints of Ruby #C80669
RGB
CMYK
RGB Variations
Color information
#C80669 (or 0xC80669) is known color: Ruby. HEX triplet: C8, 06 and 69. RGB value is (200,6,105). Sum of RGB (Red+Green+Blue) = 200+6+105=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C80669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80669 is #37F996. Grayscale: #4B4B4B. Windows color (decimal): -3668375 or 6883016. OLE color: 6883016.
HSL color Cylindrical-coordinate representation of color #C80669: hue angle of 329.38º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C80669 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 6 | 105 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.22 |
| HSL | 329.38º | 0.94% | 0.4% | - |
| HSV(B) | 329.38º | 0.97% | 0.78% | - |
| XYZ | 26.43 | 13.43 | 14.56 | - |
| YUV | 75.29 | 144.77 | 216.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 105 | 0 | 0.97 | 0.48 | 0.22 | 329.38 | 0.94 | 0.4 |
| Hex | C8 | 6 | 69 | 0 | 61 | 30 | 16 | 149 | 5E | 28 |
| Octal | 310 | 6 | 151 | 0 | 141 | 60 | 26 | 511 | 136 | 50 |
| Binary | 11001000 | 110 | 1101001 | 0 | 1100001 | 110000 | 10110 | 101001001 | 1011110 | 101000 |
Color Harmonies of #C80669
Complementary color
Monochromatic Colors of #C80669
Black with #C80669
Text Example
Text Example
White with #C80669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80669; }
p { color: rgb(200,6,105); }
H1.HeaderClassName
{
color: #C80669;
}
.AnyTagClassName
{
color: #C80669;
}
</style>
background-color css
<style>
a { background-color: #C80669; }
a { background-color: rgb(200,6,105); }
div.DivClassName
{
background-color: #C80669;
}
.BgClassName
{
background-color: #C80669;
}
</style>
border-color css
<style>
span { border-color: #C80669; }
span { border-color: rgb(200,6,105); }
td.TdClassName
{
border-color: #C80669;
}
.TagClassName
{
border-color: #C80669;
}
</style>