Shades of Cabaret #C6576A
Tints of Cabaret #C6576A
RGB
CMYK
RGB Variations
Color information
#C6576A (or 0xC6576A) is known color: Cabaret. HEX triplet: C6, 57 and 6A. RGB value is (198,87,106). Sum of RGB (Red+Green+Blue) = 198+87+106=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 87 (34.38% from 255 or 22.25% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C6576A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6576A is #39A895. Grayscale: #7A7A7A. Windows color (decimal): -3778710 or 6969286. OLE color: 6969286.
HSL color Cylindrical-coordinate representation of color #C6576A: hue angle of 349.73º 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 #C6576A is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 87 | 106 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.22 |
| HSL | 349.73º | 0.49% | 0.56% | - |
| HSV(B) | 349.73º | 0.56% | 0.78% | - |
| XYZ | 29.3 | 19.86 | 15.93 | - |
| YUV | 122.36 | 118.77 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 87 | 106 | 0 | 0.56 | 0.46 | 0.22 | 349.73 | 0.49 | 0.56 |
| Hex | C6 | 57 | 6A | 0 | 38 | 2E | 16 | 15E | 31 | 38 |
| Octal | 306 | 127 | 152 | 0 | 70 | 56 | 26 | 536 | 61 | 70 |
| Binary | 11000110 | 1010111 | 1101010 | 0 | 111000 | 101110 | 10110 | 101011110 | 110001 | 111000 |
Color Harmonies of #C6576A
Complementary color
Monochromatic Colors of #C6576A
Black with #C6576A
Text Example
Text Example
White with #C6576A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6576A; }
p { color: rgb(198,87,106); }
H1.HeaderClassName
{
color: #C6576A;
}
.AnyTagClassName
{
color: #C6576A;
}
</style>
background-color css
<style>
a { background-color: #C6576A; }
a { background-color: rgb(198,87,106); }
div.DivClassName
{
background-color: #C6576A;
}
.BgClassName
{
background-color: #C6576A;
}
</style>
border-color css
<style>
span { border-color: #C6576A; }
span { border-color: rgb(198,87,106); }
td.TdClassName
{
border-color: #C6576A;
}
.TagClassName
{
border-color: #C6576A;
}
</style>