Shades of Cabaret #C6446D
Tints of Cabaret #C6446D
RGB
CMYK
RGB Variations
Color information
#C6446D (or 0xC6446D) is known color: Cabaret. HEX triplet: C6, 44 and 6D. RGB value is (198,68,109). Sum of RGB (Red+Green+Blue) = 198+68+109=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C6446D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6446D is #39BB92. Grayscale: #6F6F6F. Windows color (decimal): -3783571 or 7161030. OLE color: 7161030.
HSL color Cylindrical-coordinate representation of color #C6446D: hue angle of 341.08º degrees, saturation: 0.53, 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 #C6446D is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 109 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.22 |
| HSL | 341.08º | 0.53% | 0.52% | - |
| HSV(B) | 341.08º | 0.66% | 0.78% | - |
| XYZ | 28.12 | 17.24 | 16.31 | - |
| YUV | 111.54 | 126.57 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 109 | 0 | 0.66 | 0.45 | 0.22 | 341.08 | 0.53 | 0.52 |
| Hex | C6 | 44 | 6D | 0 | 42 | 2D | 16 | 155 | 35 | 34 |
| Octal | 306 | 104 | 155 | 0 | 102 | 55 | 26 | 525 | 65 | 64 |
| Binary | 11000110 | 1000100 | 1101101 | 0 | 1000010 | 101101 | 10110 | 101010101 | 110101 | 110100 |
Color Harmonies of #C6446D
Complementary color
Monochromatic Colors of #C6446D
Black with #C6446D
Text Example
Text Example
White with #C6446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6446D; }
p { color: rgb(198,68,109); }
H1.HeaderClassName
{
color: #C6446D;
}
.AnyTagClassName
{
color: #C6446D;
}
</style>
background-color css
<style>
a { background-color: #C6446D; }
a { background-color: rgb(198,68,109); }
div.DivClassName
{
background-color: #C6446D;
}
.BgClassName
{
background-color: #C6446D;
}
</style>
border-color css
<style>
span { border-color: #C6446D; }
span { border-color: rgb(198,68,109); }
td.TdClassName
{
border-color: #C6446D;
}
.TagClassName
{
border-color: #C6446D;
}
</style>