Shades of Ruby #C50469
Tints of Ruby #C50469
RGB
CMYK
RGB Variations
Color information
#C50469 (or 0xC50469) is known color: Ruby. HEX triplet: C5, 04 and 69. RGB value is (197,4,105). Sum of RGB (Red+Green+Blue) = 197+4+105=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C50469 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50469 is #3AFB96. Grayscale: #494949. Windows color (decimal): -3865495 or 6882501. OLE color: 6882501.
HSL color Cylindrical-coordinate representation of color #C50469: hue angle of 328.6º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C50469 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 4 | 105 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.23 |
| HSL | 328.6º | 0.96% | 0.39% | - |
| HSV(B) | 328.6º | 0.98% | 0.77% | - |
| XYZ | 25.62 | 12.98 | 14.52 | - |
| YUV | 73.22 | 145.94 | 216.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 4 | 105 | 0 | 0.98 | 0.47 | 0.23 | 328.6 | 0.96 | 0.39 |
| Hex | C5 | 4 | 69 | 0 | 62 | 2F | 17 | 149 | 60 | 27 |
| Octal | 305 | 4 | 151 | 0 | 142 | 57 | 27 | 511 | 140 | 47 |
| Binary | 11000101 | 100 | 1101001 | 0 | 1100010 | 101111 | 10111 | 101001001 | 1100000 | 100111 |
Color Harmonies of #C50469
Complementary color
Monochromatic Colors of #C50469
Black with #C50469
Text Example
Text Example
White with #C50469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50469; }
p { color: rgb(197,4,105); }
H1.HeaderClassName
{
color: #C50469;
}
.AnyTagClassName
{
color: #C50469;
}
</style>
background-color css
<style>
a { background-color: #C50469; }
a { background-color: rgb(197,4,105); }
div.DivClassName
{
background-color: #C50469;
}
.BgClassName
{
background-color: #C50469;
}
</style>
border-color css
<style>
span { border-color: #C50469; }
span { border-color: rgb(197,4,105); }
td.TdClassName
{
border-color: #C50469;
}
.TagClassName
{
border-color: #C50469;
}
</style>