Shades of Cabaret #C7416B
Tints of Cabaret #C7416B
RGB
CMYK
RGB Variations
Color information
#C7416B (or 0xC7416B) is known color: Cabaret. HEX triplet: C7, 41 and 6B. RGB value is (199,65,107). Sum of RGB (Red+Green+Blue) = 199+65+107=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C7416B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7416B is #38BE94. Grayscale: #6D6D6D. Windows color (decimal): -3718805 or 7029191. OLE color: 7029191.
HSL color Cylindrical-coordinate representation of color #C7416B: hue angle of 341.19º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C7416B is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 65 | 107 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.22 |
| HSL | 341.19º | 0.54% | 0.52% | - |
| HSV(B) | 341.19º | 0.67% | 0.78% | - |
| XYZ | 28.1 | 16.98 | 15.71 | - |
| YUV | 109.85 | 126.39 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 65 | 107 | 0 | 0.67 | 0.46 | 0.22 | 341.19 | 0.54 | 0.52 |
| Hex | C7 | 41 | 6B | 0 | 43 | 2E | 16 | 155 | 36 | 34 |
| Octal | 307 | 101 | 153 | 0 | 103 | 56 | 26 | 525 | 66 | 64 |
| Binary | 11000111 | 1000001 | 1101011 | 0 | 1000011 | 101110 | 10110 | 101010101 | 110110 | 110100 |
Color Harmonies of #C7416B
Complementary color
Monochromatic Colors of #C7416B
Black with #C7416B
Text Example
Text Example
White with #C7416B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7416B; }
p { color: rgb(199,65,107); }
H1.HeaderClassName
{
color: #C7416B;
}
.AnyTagClassName
{
color: #C7416B;
}
</style>
background-color css
<style>
a { background-color: #C7416B; }
a { background-color: rgb(199,65,107); }
div.DivClassName
{
background-color: #C7416B;
}
.BgClassName
{
background-color: #C7416B;
}
</style>
border-color css
<style>
span { border-color: #C7416B; }
span { border-color: rgb(199,65,107); }
td.TdClassName
{
border-color: #C7416B;
}
.TagClassName
{
border-color: #C7416B;
}
</style>