Shades of Ruby #C52066
Tints of Ruby #C52066
RGB
CMYK
RGB Variations
Color information
#C52066 (or 0xC52066) is known color: Ruby. HEX triplet: C5, 20 and 66. RGB value is (197,32,102). Sum of RGB (Red+Green+Blue) = 197+32+102=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C52066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52066 is #3ADF99. Grayscale: #595959. Windows color (decimal): -3858330 or 6693061. OLE color: 6693061.
HSL color Cylindrical-coordinate representation of color #C52066: hue angle of 334.55º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C52066 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 102 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.23 |
| HSL | 334.55º | 0.72% | 0.45% | - |
| HSV(B) | 334.55º | 0.84% | 0.77% | - |
| XYZ | 25.94 | 13.86 | 13.88 | - |
| YUV | 89.32 | 135.16 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 102 | 0 | 0.84 | 0.48 | 0.23 | 334.55 | 0.72 | 0.45 |
| Hex | C5 | 20 | 66 | 0 | 54 | 30 | 17 | 14F | 48 | 2D |
| Octal | 305 | 40 | 146 | 0 | 124 | 60 | 27 | 517 | 110 | 55 |
| Binary | 11000101 | 100000 | 1100110 | 0 | 1010100 | 110000 | 10111 | 101001111 | 1001000 | 101101 |
Color Harmonies of #C52066
Complementary color
Monochromatic Colors of #C52066
Black with #C52066
Text Example
Text Example
White with #C52066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52066; }
p { color: rgb(197,32,102); }
H1.HeaderClassName
{
color: #C52066;
}
.AnyTagClassName
{
color: #C52066;
}
</style>
background-color css
<style>
a { background-color: #C52066; }
a { background-color: rgb(197,32,102); }
div.DivClassName
{
background-color: #C52066;
}
.BgClassName
{
background-color: #C52066;
}
</style>
border-color css
<style>
span { border-color: #C52066; }
span { border-color: rgb(197,32,102); }
td.TdClassName
{
border-color: #C52066;
}
.TagClassName
{
border-color: #C52066;
}
</style>