Shades of Cabaret #C7446D
Tints of Cabaret #C7446D
RGB
CMYK
RGB Variations
Color information
#C7446D (or 0xC7446D) is known color: Cabaret. HEX triplet: C7, 44 and 6D. RGB value is (199,68,109). Sum of RGB (Red+Green+Blue) = 199+68+109=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C7446D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7446D is #38BB92. Grayscale: #6F6F6F. Windows color (decimal): -3718035 or 7161031. OLE color: 7161031.
HSL color Cylindrical-coordinate representation of color #C7446D: hue angle of 341.22º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C7446D is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 68 | 109 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.22 |
| HSL | 341.22º | 0.54% | 0.52% | - |
| HSV(B) | 341.22º | 0.66% | 0.78% | - |
| XYZ | 28.38 | 17.38 | 16.33 | - |
| YUV | 111.84 | 126.4 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 109 | 0 | 0.66 | 0.45 | 0.22 | 341.22 | 0.54 | 0.52 |
| Hex | C7 | 44 | 6D | 0 | 42 | 2D | 16 | 155 | 36 | 34 |
| Octal | 307 | 104 | 155 | 0 | 102 | 55 | 26 | 525 | 66 | 64 |
| Binary | 11000111 | 1000100 | 1101101 | 0 | 1000010 | 101101 | 10110 | 101010101 | 110110 | 110100 |
Color Harmonies of #C7446D
Complementary color
Monochromatic Colors of #C7446D
Black with #C7446D
Text Example
Text Example
White with #C7446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7446D; }
p { color: rgb(199,68,109); }
H1.HeaderClassName
{
color: #C7446D;
}
.AnyTagClassName
{
color: #C7446D;
}
</style>
background-color css
<style>
a { background-color: #C7446D; }
a { background-color: rgb(199,68,109); }
div.DivClassName
{
background-color: #C7446D;
}
.BgClassName
{
background-color: #C7446D;
}
</style>
border-color css
<style>
span { border-color: #C7446D; }
span { border-color: rgb(199,68,109); }
td.TdClassName
{
border-color: #C7446D;
}
.TagClassName
{
border-color: #C7446D;
}
</style>