Shades of Ruby #C62068
Tints of Ruby #C62068
RGB
CMYK
RGB Variations
Color information
#C62068 (or 0xC62068) is known color: Ruby. HEX triplet: C6, 20 and 68. RGB value is (198,32,104). Sum of RGB (Red+Green+Blue) = 198+32+104=334 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.28% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 198 - color contains mainly: red. Hex color #C62068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62068 is #39DF97. Grayscale: #595959. Windows color (decimal): -3792792 or 6824134. OLE color: 6824134.
HSL color Cylindrical-coordinate representation of color #C62068: hue angle of 333.98º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C62068 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 32 | 104 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.22 |
| HSL | 333.98º | 0.72% | 0.45% | - |
| HSV(B) | 333.98º | 0.84% | 0.78% | - |
| XYZ | 26.3 | 14.04 | 14.42 | - |
| YUV | 89.84 | 136 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 104 | 0 | 0.84 | 0.47 | 0.22 | 333.98 | 0.72 | 0.45 |
| Hex | C6 | 20 | 68 | 0 | 54 | 2F | 16 | 14E | 48 | 2D |
| Octal | 306 | 40 | 150 | 0 | 124 | 57 | 26 | 516 | 110 | 55 |
| Binary | 11000110 | 100000 | 1101000 | 0 | 1010100 | 101111 | 10110 | 101001110 | 1001000 | 101101 |
Color Harmonies of #C62068
Complementary color
Monochromatic Colors of #C62068
Black with #C62068
Text Example
Text Example
White with #C62068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62068; }
p { color: rgb(198,32,104); }
H1.HeaderClassName
{
color: #C62068;
}
.AnyTagClassName
{
color: #C62068;
}
</style>
background-color css
<style>
a { background-color: #C62068; }
a { background-color: rgb(198,32,104); }
div.DivClassName
{
background-color: #C62068;
}
.BgClassName
{
background-color: #C62068;
}
</style>
border-color css
<style>
span { border-color: #C62068; }
span { border-color: rgb(198,32,104); }
td.TdClassName
{
border-color: #C62068;
}
.TagClassName
{
border-color: #C62068;
}
</style>