Shades of Cabaret #C6446A
Tints of Cabaret #C6446A
RGB
CMYK
RGB Variations
Color information
#C6446A (or 0xC6446A) is known color: Cabaret. HEX triplet: C6, 44 and 6A. RGB value is (198,68,106). Sum of RGB (Red+Green+Blue) = 198+68+106=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 106 (41.80% from 255 or 28.49% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C6446A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6446A is #39BB95. Grayscale: #6F6F6F. Windows color (decimal): -3783574 or 6964422. OLE color: 6964422.
HSL color Cylindrical-coordinate representation of color #C6446A: hue angle of 342.46º 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 #C6446A is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 106 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.22 |
| HSL | 342.46º | 0.53% | 0.52% | - |
| HSV(B) | 342.46º | 0.66% | 0.78% | - |
| XYZ | 27.96 | 17.18 | 15.48 | - |
| YUV | 111.2 | 125.07 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 106 | 0 | 0.66 | 0.46 | 0.22 | 342.46 | 0.53 | 0.52 |
| Hex | C6 | 44 | 6A | 0 | 42 | 2E | 16 | 156 | 35 | 34 |
| Octal | 306 | 104 | 152 | 0 | 102 | 56 | 26 | 526 | 65 | 64 |
| Binary | 11000110 | 1000100 | 1101010 | 0 | 1000010 | 101110 | 10110 | 101010110 | 110101 | 110100 |
Color Harmonies of #C6446A
Complementary color
Monochromatic Colors of #C6446A
Black with #C6446A
Text Example
Text Example
White with #C6446A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6446A; }
p { color: rgb(198,68,106); }
H1.HeaderClassName
{
color: #C6446A;
}
.AnyTagClassName
{
color: #C6446A;
}
</style>
background-color css
<style>
a { background-color: #C6446A; }
a { background-color: rgb(198,68,106); }
div.DivClassName
{
background-color: #C6446A;
}
.BgClassName
{
background-color: #C6446A;
}
</style>
border-color css
<style>
span { border-color: #C6446A; }
span { border-color: rgb(198,68,106); }
td.TdClassName
{
border-color: #C6446A;
}
.TagClassName
{
border-color: #C6446A;
}
</style>