Shades of Ruby #C72067
Tints of Ruby #C72067
RGB
CMYK
RGB Variations
Color information
#C72067 (or 0xC72067) is known color: Ruby. HEX triplet: C7, 20 and 67. RGB value is (199,32,103). Sum of RGB (Red+Green+Blue) = 199+32+103=334 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.58% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 199 - color contains mainly: red. Hex color #C72067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72067 is #38DF98. Grayscale: #595959. Windows color (decimal): -3727257 or 6758599. OLE color: 6758599.
HSL color Cylindrical-coordinate representation of color #C72067: hue angle of 334.49º 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 #C72067 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 32 | 103 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.22 |
| HSL | 334.49º | 0.72% | 0.45% | - |
| HSV(B) | 334.49º | 0.84% | 0.78% | - |
| XYZ | 26.52 | 14.15 | 14.17 | - |
| YUV | 90.03 | 135.33 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 103 | 0 | 0.84 | 0.48 | 0.22 | 334.49 | 0.72 | 0.45 |
| Hex | C7 | 20 | 67 | 0 | 54 | 30 | 16 | 14E | 48 | 2D |
| Octal | 307 | 40 | 147 | 0 | 124 | 60 | 26 | 516 | 110 | 55 |
| Binary | 11000111 | 100000 | 1100111 | 0 | 1010100 | 110000 | 10110 | 101001110 | 1001000 | 101101 |
Color Harmonies of #C72067
Complementary color
Monochromatic Colors of #C72067
Black with #C72067
Text Example
Text Example
White with #C72067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72067; }
p { color: rgb(199,32,103); }
H1.HeaderClassName
{
color: #C72067;
}
.AnyTagClassName
{
color: #C72067;
}
</style>
background-color css
<style>
a { background-color: #C72067; }
a { background-color: rgb(199,32,103); }
div.DivClassName
{
background-color: #C72067;
}
.BgClassName
{
background-color: #C72067;
}
</style>
border-color css
<style>
span { border-color: #C72067; }
span { border-color: rgb(199,32,103); }
td.TdClassName
{
border-color: #C72067;
}
.TagClassName
{
border-color: #C72067;
}
</style>