Shades of Cabaret #C6576D
Tints of Cabaret #C6576D
RGB
CMYK
RGB Variations
Color information
#C6576D (or 0xC6576D) is known color: Cabaret. HEX triplet: C6, 57 and 6D. RGB value is (198,87,109). Sum of RGB (Red+Green+Blue) = 198+87+109=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 87 (34.38% from 255 or 22.08% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C6576D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6576D is #39A892. Grayscale: #7A7A7A. Windows color (decimal): -3778707 or 7165894. OLE color: 7165894.
HSL color Cylindrical-coordinate representation of color #C6576D: hue angle of 348.11º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C6576D is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 87 | 109 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.22 |
| HSL | 348.11º | 0.49% | 0.56% | - |
| HSV(B) | 348.11º | 0.56% | 0.78% | - |
| XYZ | 29.46 | 19.93 | 16.76 | - |
| YUV | 122.7 | 120.27 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 87 | 109 | 0 | 0.56 | 0.45 | 0.22 | 348.11 | 0.49 | 0.56 |
| Hex | C6 | 57 | 6D | 0 | 38 | 2D | 16 | 15C | 31 | 38 |
| Octal | 306 | 127 | 155 | 0 | 70 | 55 | 26 | 534 | 61 | 70 |
| Binary | 11000110 | 1010111 | 1101101 | 0 | 111000 | 101101 | 10110 | 101011100 | 110001 | 111000 |
Color Harmonies of #C6576D
Complementary color
Monochromatic Colors of #C6576D
Black with #C6576D
Text Example
Text Example
White with #C6576D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6576D; }
p { color: rgb(198,87,109); }
H1.HeaderClassName
{
color: #C6576D;
}
.AnyTagClassName
{
color: #C6576D;
}
</style>
background-color css
<style>
a { background-color: #C6576D; }
a { background-color: rgb(198,87,109); }
div.DivClassName
{
background-color: #C6576D;
}
.BgClassName
{
background-color: #C6576D;
}
</style>
border-color css
<style>
span { border-color: #C6576D; }
span { border-color: rgb(198,87,109); }
td.TdClassName
{
border-color: #C6576D;
}
.TagClassName
{
border-color: #C6576D;
}
</style>