Shades of Cabaret #C6436E
Tints of Cabaret #C6436E
RGB
CMYK
RGB Variations
Color information
#C6436E (or 0xC6436E) is known color: Cabaret. HEX triplet: C6, 43 and 6E. RGB value is (198,67,110). Sum of RGB (Red+Green+Blue) = 198+67+110=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C6436E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6436E is #39BC91. Grayscale: #6F6F6F. Windows color (decimal): -3783826 or 7226310. OLE color: 7226310.
HSL color Cylindrical-coordinate representation of color #C6436E: hue angle of 340.31º 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 #C6436E is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 110 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.22 |
| HSL | 340.31º | 0.53% | 0.52% | - |
| HSV(B) | 340.31º | 0.66% | 0.78% | - |
| XYZ | 28.11 | 17.15 | 16.58 | - |
| YUV | 111.07 | 127.4 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 110 | 0 | 0.66 | 0.44 | 0.22 | 340.31 | 0.53 | 0.52 |
| Hex | C6 | 43 | 6E | 0 | 42 | 2C | 16 | 154 | 35 | 34 |
| Octal | 306 | 103 | 156 | 0 | 102 | 54 | 26 | 524 | 65 | 64 |
| Binary | 11000110 | 1000011 | 1101110 | 0 | 1000010 | 101100 | 10110 | 101010100 | 110101 | 110100 |
Color Harmonies of #C6436E
Complementary color
Monochromatic Colors of #C6436E
Black with #C6436E
Text Example
Text Example
White with #C6436E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6436E; }
p { color: rgb(198,67,110); }
H1.HeaderClassName
{
color: #C6436E;
}
.AnyTagClassName
{
color: #C6436E;
}
</style>
background-color css
<style>
a { background-color: #C6436E; }
a { background-color: rgb(198,67,110); }
div.DivClassName
{
background-color: #C6436E;
}
.BgClassName
{
background-color: #C6436E;
}
</style>
border-color css
<style>
span { border-color: #C6436E; }
span { border-color: rgb(198,67,110); }
td.TdClassName
{
border-color: #C6436E;
}
.TagClassName
{
border-color: #C6436E;
}
</style>