Shades of Cabaret #C6676C
Tints of Cabaret #C6676C
RGB
CMYK
RGB Variations
Color information
#C6676C (or 0xC6676C) is known color: Cabaret. HEX triplet: C6, 67 and 6C. RGB value is (198,103,108). Sum of RGB (Red+Green+Blue) = 198+103+108=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 198 - color contains mainly: red. Hex color #C6676C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6676C is #399893. Grayscale: #848484. Windows color (decimal): -3774612 or 7104454. OLE color: 7104454.
HSL color Cylindrical-coordinate representation of color #C6676C: hue angle of 356.84º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C6676C is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 103 | 108 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.22 |
| HSL | 356.84º | 0.45% | 0.59% | - |
| HSV(B) | 356.84º | 0.48% | 0.78% | - |
| XYZ | 30.85 | 22.79 | 16.96 | - |
| YUV | 131.98 | 114.47 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 103 | 108 | 0 | 0.48 | 0.45 | 0.22 | 356.84 | 0.45 | 0.59 |
| Hex | C6 | 67 | 6C | 0 | 30 | 2D | 16 | 165 | 2D | 3B |
| Octal | 306 | 147 | 154 | 0 | 60 | 55 | 26 | 545 | 55 | 73 |
| Binary | 11000110 | 1100111 | 1101100 | 0 | 110000 | 101101 | 10110 | 101100101 | 101101 | 111011 |
Color Harmonies of #C6676C
Complementary color
Monochromatic Colors of #C6676C
Black with #C6676C
Text Example
Text Example
White with #C6676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6676C; }
p { color: rgb(198,103,108); }
H1.HeaderClassName
{
color: #C6676C;
}
.AnyTagClassName
{
color: #C6676C;
}
</style>
background-color css
<style>
a { background-color: #C6676C; }
a { background-color: rgb(198,103,108); }
div.DivClassName
{
background-color: #C6676C;
}
.BgClassName
{
background-color: #C6676C;
}
</style>
border-color css
<style>
span { border-color: #C6676C; }
span { border-color: rgb(198,103,108); }
td.TdClassName
{
border-color: #C6676C;
}
.TagClassName
{
border-color: #C6676C;
}
</style>