Shades of Cabaret #C6676A
Tints of Cabaret #C6676A
RGB
CMYK
RGB Variations
Color information
#C6676A (or 0xC6676A) is known color: Cabaret. HEX triplet: C6, 67 and 6A. RGB value is (198,103,106). Sum of RGB (Red+Green+Blue) = 198+103+106=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 198 - color contains mainly: red. Hex color #C6676A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6676A is #399895. Grayscale: #838383. Windows color (decimal): -3774614 or 6973382. OLE color: 6973382.
HSL color Cylindrical-coordinate representation of color #C6676A: hue angle of 358.11º 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 #C6676A is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 103 | 106 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.22 |
| HSL | 358.11º | 0.45% | 0.59% | - |
| HSV(B) | 358.11º | 0.48% | 0.78% | - |
| XYZ | 30.74 | 22.75 | 16.41 | - |
| YUV | 131.75 | 113.47 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 103 | 106 | 0 | 0.48 | 0.46 | 0.22 | 358.11 | 0.45 | 0.59 |
| Hex | C6 | 67 | 6A | 0 | 30 | 2E | 16 | 166 | 2D | 3B |
| Octal | 306 | 147 | 152 | 0 | 60 | 56 | 26 | 546 | 55 | 73 |
| Binary | 11000110 | 1100111 | 1101010 | 0 | 110000 | 101110 | 10110 | 101100110 | 101101 | 111011 |
Color Harmonies of #C6676A
Complementary color
Monochromatic Colors of #C6676A
Black with #C6676A
Text Example
Text Example
White with #C6676A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6676A; }
p { color: rgb(198,103,106); }
H1.HeaderClassName
{
color: #C6676A;
}
.AnyTagClassName
{
color: #C6676A;
}
</style>
background-color css
<style>
a { background-color: #C6676A; }
a { background-color: rgb(198,103,106); }
div.DivClassName
{
background-color: #C6676A;
}
.BgClassName
{
background-color: #C6676A;
}
</style>
border-color css
<style>
span { border-color: #C6676A; }
span { border-color: rgb(198,103,106); }
td.TdClassName
{
border-color: #C6676A;
}
.TagClassName
{
border-color: #C6676A;
}
</style>