Shades of Cabaret #C6576B
Tints of Cabaret #C6576B
RGB
CMYK
RGB Variations
Color information
#C6576B (or 0xC6576B) is known color: Cabaret. HEX triplet: C6, 57 and 6B. RGB value is (198,87,107). Sum of RGB (Red+Green+Blue) = 198+87+107=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 87 (34.38% from 255 or 22.19% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C6576B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6576B is #39A894. Grayscale: #7A7A7A. Windows color (decimal): -3778709 or 7034822. OLE color: 7034822.
HSL color Cylindrical-coordinate representation of color #C6576B: hue angle of 349.19º 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 #C6576B is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 87 | 107 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.22 |
| HSL | 349.19º | 0.49% | 0.56% | - |
| HSV(B) | 349.19º | 0.56% | 0.78% | - |
| XYZ | 29.35 | 19.88 | 16.2 | - |
| YUV | 122.47 | 119.27 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 87 | 107 | 0 | 0.56 | 0.46 | 0.22 | 349.19 | 0.49 | 0.56 |
| Hex | C6 | 57 | 6B | 0 | 38 | 2E | 16 | 15D | 31 | 38 |
| Octal | 306 | 127 | 153 | 0 | 70 | 56 | 26 | 535 | 61 | 70 |
| Binary | 11000110 | 1010111 | 1101011 | 0 | 111000 | 101110 | 10110 | 101011101 | 110001 | 111000 |
Color Harmonies of #C6576B
Complementary color
Monochromatic Colors of #C6576B
Black with #C6576B
Text Example
Text Example
White with #C6576B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6576B; }
p { color: rgb(198,87,107); }
H1.HeaderClassName
{
color: #C6576B;
}
.AnyTagClassName
{
color: #C6576B;
}
</style>
background-color css
<style>
a { background-color: #C6576B; }
a { background-color: rgb(198,87,107); }
div.DivClassName
{
background-color: #C6576B;
}
.BgClassName
{
background-color: #C6576B;
}
</style>
border-color css
<style>
span { border-color: #C6576B; }
span { border-color: rgb(198,87,107); }
td.TdClassName
{
border-color: #C6576B;
}
.TagClassName
{
border-color: #C6576B;
}
</style>