Shades of Cabaret #C4446B
Tints of Cabaret #C4446B
RGB
CMYK
RGB Variations
Color information
#C4446B (or 0xC4446B) is known color: Cabaret. HEX triplet: C4, 44 and 6B. RGB value is (196,68,107). Sum of RGB (Red+Green+Blue) = 196+68+107=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C4446B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4446B is #3BBB94. Grayscale: #6E6E6E. Windows color (decimal): -3914645 or 7029956. OLE color: 7029956.
HSL color Cylindrical-coordinate representation of color #C4446B: hue angle of 341.72º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C4446B is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 68 | 107 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.23 |
| HSL | 341.72º | 0.52% | 0.52% | - |
| HSV(B) | 341.72º | 0.65% | 0.77% | - |
| XYZ | 27.49 | 16.93 | 15.73 | - |
| YUV | 110.72 | 125.91 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 68 | 107 | 0 | 0.65 | 0.45 | 0.23 | 341.72 | 0.52 | 0.52 |
| Hex | C4 | 44 | 6B | 0 | 41 | 2D | 17 | 156 | 34 | 34 |
| Octal | 304 | 104 | 153 | 0 | 101 | 55 | 27 | 526 | 64 | 64 |
| Binary | 11000100 | 1000100 | 1101011 | 0 | 1000001 | 101101 | 10111 | 101010110 | 110100 | 110100 |
Color Harmonies of #C4446B
Complementary color
Monochromatic Colors of #C4446B
Black with #C4446B
Text Example
Text Example
White with #C4446B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4446B; }
p { color: rgb(196,68,107); }
H1.HeaderClassName
{
color: #C4446B;
}
.AnyTagClassName
{
color: #C4446B;
}
</style>
background-color css
<style>
a { background-color: #C4446B; }
a { background-color: rgb(196,68,107); }
div.DivClassName
{
background-color: #C4446B;
}
.BgClassName
{
background-color: #C4446B;
}
</style>
border-color css
<style>
span { border-color: #C4446B; }
span { border-color: rgb(196,68,107); }
td.TdClassName
{
border-color: #C4446B;
}
.TagClassName
{
border-color: #C4446B;
}
</style>