Shades of Cabaret #C7446B
Tints of Cabaret #C7446B
RGB
CMYK
RGB Variations
Color information
#C7446B (or 0xC7446B) is known color: Cabaret. HEX triplet: C7, 44 and 6B. RGB value is (199,68,107). Sum of RGB (Red+Green+Blue) = 199+68+107=374 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.21% from 374); Green value is 68 (26.95% from 255 or 18.18% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 199 - color contains mainly: red. Hex color #C7446B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7446B is #38BB94. Grayscale: #6F6F6F. Windows color (decimal): -3718037 or 7029959. OLE color: 7029959.
HSL color Cylindrical-coordinate representation of color #C7446B: hue angle of 342.14º 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 #C7446B is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 68 | 107 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.22 |
| HSL | 342.14º | 0.54% | 0.52% | - |
| HSV(B) | 342.14º | 0.66% | 0.78% | - |
| XYZ | 28.27 | 17.34 | 15.77 | - |
| YUV | 111.62 | 125.4 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 107 | 0 | 0.66 | 0.46 | 0.22 | 342.14 | 0.54 | 0.52 |
| Hex | C7 | 44 | 6B | 0 | 42 | 2E | 16 | 156 | 36 | 34 |
| Octal | 307 | 104 | 153 | 0 | 102 | 56 | 26 | 526 | 66 | 64 |
| Binary | 11000111 | 1000100 | 1101011 | 0 | 1000010 | 101110 | 10110 | 101010110 | 110110 | 110100 |
Color Harmonies of #C7446B
Complementary color
Monochromatic Colors of #C7446B
Black with #C7446B
Text Example
Text Example
White with #C7446B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7446B; }
p { color: rgb(199,68,107); }
H1.HeaderClassName
{
color: #C7446B;
}
.AnyTagClassName
{
color: #C7446B;
}
</style>
background-color css
<style>
a { background-color: #C7446B; }
a { background-color: rgb(199,68,107); }
div.DivClassName
{
background-color: #C7446B;
}
.BgClassName
{
background-color: #C7446B;
}
</style>
border-color css
<style>
span { border-color: #C7446B; }
span { border-color: rgb(199,68,107); }
td.TdClassName
{
border-color: #C7446B;
}
.TagClassName
{
border-color: #C7446B;
}
</style>