Shades of Cabaret #C6436A
Tints of Cabaret #C6436A
RGB
CMYK
RGB Variations
Color information
#C6436A (or 0xC6436A) is known color: Cabaret. HEX triplet: C6, 43 and 6A. RGB value is (198,67,106). Sum of RGB (Red+Green+Blue) = 198+67+106=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C6436A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6436A is #39BC95. Grayscale: #6E6E6E. Windows color (decimal): -3783830 or 6964166. OLE color: 6964166.
HSL color Cylindrical-coordinate representation of color #C6436A: hue angle of 342.14º 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 #C6436A is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 106 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.22 |
| HSL | 342.14º | 0.53% | 0.52% | - |
| HSV(B) | 342.14º | 0.66% | 0.78% | - |
| XYZ | 27.9 | 17.06 | 15.46 | - |
| YUV | 110.62 | 125.4 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 106 | 0 | 0.66 | 0.46 | 0.22 | 342.14 | 0.53 | 0.52 |
| Hex | C6 | 43 | 6A | 0 | 42 | 2E | 16 | 156 | 35 | 34 |
| Octal | 306 | 103 | 152 | 0 | 102 | 56 | 26 | 526 | 65 | 64 |
| Binary | 11000110 | 1000011 | 1101010 | 0 | 1000010 | 101110 | 10110 | 101010110 | 110101 | 110100 |
Color Harmonies of #C6436A
Complementary color
Monochromatic Colors of #C6436A
Black with #C6436A
Text Example
Text Example
White with #C6436A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6436A; }
p { color: rgb(198,67,106); }
H1.HeaderClassName
{
color: #C6436A;
}
.AnyTagClassName
{
color: #C6436A;
}
</style>
background-color css
<style>
a { background-color: #C6436A; }
a { background-color: rgb(198,67,106); }
div.DivClassName
{
background-color: #C6436A;
}
.BgClassName
{
background-color: #C6436A;
}
</style>
border-color css
<style>
span { border-color: #C6436A; }
span { border-color: rgb(198,67,106); }
td.TdClassName
{
border-color: #C6436A;
}
.TagClassName
{
border-color: #C6436A;
}
</style>